Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
adaptivetheme
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
adaptivetheme
Merge requests
!12
Remove unused ThemeExtensionList import to fix class loading error during js aggregation.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Remove unused ThemeExtensionList import to fix class loading error during js aggregation.
issue/adaptivetheme-3389969:8.x-5.x
into
8.x-6.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Open
christian.wiedemann
requested to merge
issue/adaptivetheme-3389969:8.x-5.x
into
8.x-6.x
8 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
8.x-6.x
8.x-6.x (HEAD)
and
latest version
latest version
08729062
1 commit,
8 months ago
1 file
+
0
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
at_core/src/Theme/ThemeConfig.php
+
0
−
5
Options
@@ -2,11 +2,6 @@
namespace
Drupal\at_core\Theme
;
/**
*
*/
use
Drupal\Core\Extension\ThemeExtensionList
;
class
ThemeConfig
extends
ThemeInfo
{
Loading