Loading core/lib/Drupal.php +2 −2 Original line number Diff line number Diff line Loading @@ -606,8 +606,8 @@ public static function linkGenerator() { * This method is a convenience wrapper for the link generator service's * generate() method. * * @param string $text * The link text for the anchor tag. * @param string|array|\Drupal\Component\Render\MarkupInterface $text * The link text for the anchor tag as a translated string or render array. * @param \Drupal\Core\Url $url * The URL object used for the link. * Loading core/lib/Drupal/Core/Link.php +2 −2 Original line number Diff line number Diff line Loading @@ -66,8 +66,8 @@ public static function createFromRoute($text, $route_name, $route_parameters = [ /** * Creates a Link object from a given Url object. * * @param string $text * The text of the link. * @param string|array|\Drupal\Component\Render\MarkupInterface $text * The link text for the anchor tag as a translated string or render array. * @param \Drupal\Core\Url $url * The Url to create the link for. * Loading Loading
core/lib/Drupal.php +2 −2 Original line number Diff line number Diff line Loading @@ -606,8 +606,8 @@ public static function linkGenerator() { * This method is a convenience wrapper for the link generator service's * generate() method. * * @param string $text * The link text for the anchor tag. * @param string|array|\Drupal\Component\Render\MarkupInterface $text * The link text for the anchor tag as a translated string or render array. * @param \Drupal\Core\Url $url * The URL object used for the link. * Loading
core/lib/Drupal/Core/Link.php +2 −2 Original line number Diff line number Diff line Loading @@ -66,8 +66,8 @@ public static function createFromRoute($text, $route_name, $route_parameters = [ /** * Creates a Link object from a given Url object. * * @param string $text * The text of the link. * @param string|array|\Drupal\Component\Render\MarkupInterface $text * The link text for the anchor tag as a translated string or render array. * @param \Drupal\Core\Url $url * The Url to create the link for. * Loading