Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
08ee5a91
Verified
Commit
08ee5a91
authored
5 years ago
by
Lee Rowlands
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3073410
by shashikant_chauhan: TwigExtension::getUrl() declares the wrong return type
parent
e03b4229
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!7452
Issue #1797438. HTML5 validation is preventing form submit and not fully...
,
!789
Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/lib/Drupal/Core/Template/TwigExtension.php
+2
-2
2 additions, 2 deletions
core/lib/Drupal/Core/Template/TwigExtension.php
with
2 additions
and
2 deletions
core/lib/Drupal/Core/Template/TwigExtension.php
+
2
−
2
View file @
08ee5a91
...
@@ -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.
*/
*/
...
...
This diff is collapsed.
Click to expand it.
Lee Rowlands
@larowlan
mentioned in commit
f926c1a3
·
5 years ago
mentioned in commit
f926c1a3
mentioned in commit f926c1a3b55abec6e3664aeb5926d25f1a61e242
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment