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
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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.
Please to comment