Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lightning_core
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
lightning_core
Merge requests
!9
Issue
#3303703
: Deprecate the ComponentDiscovery class
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Issue
#3303703
: Deprecate the ComponentDiscovery class
issue/lightning_core-3303703:3303703-deprecate-the-componentdiscovery
into
6.0.x
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Issue #3303703: Deprecate the ComponentDiscovery class
Adam G-H
requested to merge
issue/lightning_core-3303703:3303703-deprecate-the-componentdiscovery
into
6.0.x
Aug 15, 2022
Overview
0
Commits
1
Pipelines
0
Changes
2
0
0
Merge request reports
Compare
6.0.x
version 1
7f1194c6
Aug 15, 2022
6.0.x (base)
and
latest version
latest version
7f1194c6
1 commit,
Aug 15, 2022
version 1
7f1194c6
1 commit,
Aug 15, 2022
2 files
+
1
−
74
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
src/ComponentDiscovery.php
+
1
−
0
View file @ 7f1194c6
Edit in single-file editor
Open in Web IDE
Show full file
@@ -43,6 +43,7 @@ class ComponentDiscovery {
* The application root directory.
*/
public
function
__construct
(
$app_root
)
{
@
trigger_error
(
__CLASS__
.
' is deprecated in lightning_core:6.0.0 and removed in lightning_core:7.0.0. There is no replacement. See https://www.drupal.org/node/3303704'
,
E_USER_DEPRECATED
);
$this
->
discovery
=
new
ExtensionDiscovery
(
$app_root
);
}
Loading