Skip to content
Snippets Groups Projects
Commit c5255ad8 authored by catch's avatar catch
Browse files

Issue #2606392 by er.manojsharma, sdstyles: mark...

Issue #2606392 by er.manojsharma, sdstyles: mark \Drupal\Core\Utility\LinkGeneratorInterface::generatFromLink as internal
parent 67d9c3e6
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,10 @@ public function generate($text, Url $url);
* @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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment