Loading core/lib/Drupal/Core/Link.php +2 −2 Original line number Diff line number Diff line Loading @@ -47,8 +47,8 @@ public function __construct($text, Url $url) { /** * Creates a Link object from a given route name and parameters. * * @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 string $route_name * The name of the route * @param array $route_parameters Loading Loading
core/lib/Drupal/Core/Link.php +2 −2 Original line number Diff line number Diff line Loading @@ -47,8 +47,8 @@ public function __construct($text, Url $url) { /** * Creates a Link object from a given route name and parameters. * * @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 string $route_name * The name of the route * @param array $route_parameters Loading