Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
project_browser
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
project_browser
Merge requests
!504
Use new service naming, and autowire
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Use new service naming, and autowire
issue/project_browser-3453808:3453808-refer-to-services
into
2.0.x
Overview
0
Commits
4
Pipelines
5
Changes
20
Merged
Use new service naming, and autowire
Adam G-H
requested to merge
issue/project_browser-3453808:3453808-refer-to-services
into
2.0.x
Jun 11, 2024
Overview
0
Commits
4
Pipelines
5
Changes
20
Closes
#3453808
0
0
Merge request reports
Compare
2.0.x
version 4
9e20a3e9
Jun 11, 2024
version 3
894c15dc
Jun 11, 2024
version 2
37f5a007
Jun 11, 2024
version 1
59b92b13
Jun 11, 2024
2.0.x (base)
and
latest version
latest version
9e20a3e9
4 commits,
Jun 11, 2024
version 4
9e20a3e9
4 commits,
Jun 11, 2024
version 3
894c15dc
3 commits,
Jun 11, 2024
version 2
37f5a007
2 commits,
Jun 11, 2024
version 1
59b92b13
1 commit,
Jun 11, 2024
20 files
+
63
−
114
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
20
modules/project_browser_source_example/src/Plugin/ProjectBrowserSource/ProjectBrowserSourceExample.php
+
2
−
2
View file @ 9e20a3e9
Edit in single-file editor
Open in Web IDE
Show full file
@@ -52,8 +52,8 @@ class ProjectBrowserSourceExample extends ProjectBrowserSourceBase {
$configuration
,
$plugin_id
,
$plugin_definition
,
$container
->
get
(
'r
equest
_s
tack
'
),
$container
->
get
(
'e
xtension
.l
ist
.module'
),
$container
->
get
(
R
equest
S
tack
::
class
),
$container
->
get
(
ModuleE
xtension
L
ist
::
class
),
);
}
Loading