Skip to content
Snippets Groups Projects
Verified Commit 08ee5a91 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3073410 by shashikant_chauhan: TwigExtension::getUrl() declares the wrong return type

parent e03b4229
No related branches found
No related tags found
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
...@@ -249,8 +249,8 @@ public function getPath($name, $parameters = [], $options = []) { ...@@ -249,8 +249,8 @@ public function getPath($name, $parameters = [], $options = []) {
* (optional) An associative array of additional options. The 'absolute' * (optional) An associative array of additional options. The 'absolute'
* option is forced to be TRUE. * option is forced to be TRUE.
* *
* @return string * @return array
* The generated absolute URL for the given route. * A render array with generated absolute URL for the given route.
* *
* @todo Add an option for scheme-relative URLs. * @todo Add an option for scheme-relative URLs.
*/ */
......
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