Issue #2606392 by er.manojsharma, sdstyles: mark \Drupal\Core\Utility\LinkGeneratorInterface::generatFromLink as internal
parent
67d9c3e69f
commit
c5255ad898
|
@ -84,6 +84,10 @@ interface LinkGeneratorInterface {
|
|||
* @return \Drupal\Core\GeneratedLink
|
||||
* A GeneratedLink object containing a link to the given route and
|
||||
* parameters and bubbleable metadata.
|
||||
*
|
||||
* @internal
|
||||
* Should not be used in user code.
|
||||
* Use \Drupal\Core\Link instead.
|
||||
*/
|
||||
public function generateFromLink(Link $link);
|
||||
|
||||
|
|
Loading…
Reference in New Issue