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
Merge requests
!7111
An error occurred while fetching the assigned milestone of the selected merge_request.
First stab
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
First stab
issue/drupal-3431362:3431362-remove-support-for
into
11.x
Overview
2
Commits
4
Pipelines
4
Changes
7
All threads resolved!
Show all comments
Closed
spokje
requested to merge
issue/drupal-3431362:3431362-remove-support-for
into
11.x
1 year ago
Overview
2
Commits
4
Pipelines
4
Changes
7
All threads resolved!
Show all comments
Expand
Closes
#3431362
0
0
Merge request reports
Compare
11.x
version 4
56dc2a0c
1 year ago
version 3
56dc2a0c
1 year ago
version 2
640b4bb8
1 year ago
version 1
26151da2
1 year ago
11.x (base)
and
latest version
latest version
ed58658d
4 commits,
1 year ago
version 4
56dc2a0c
3 commits,
1 year ago
version 3
56dc2a0c
3 commits,
1 year ago
version 2
640b4bb8
2 commits,
1 year ago
version 1
26151da2
1 commit,
1 year ago
7 files
+
11
−
130
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
core/lib/Drupal/Core/Controller/ControllerResolver.php
+
1
−
6
Options
@@ -10,12 +10,7 @@
/**
* ControllerResolver to enhance controllers beyond Symfony's basic handling.
*
* It adds two behaviors:
*
* - When creating a new object-based controller that implements
* ContainerAwareInterface, inject the container into it. While not always
* necessary, that allows a controller to vary the services it needs at
* runtime.
* It adds one behavior:
*
* - By default, a controller name follows the class::method notation. This
* class adds the possibility to use a service from the container as a
Loading