Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
advanced_datalayer
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
advanced_datalayer
Merge requests
!8
Drupal code standard fixes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Drupal code standard fixes
issue/advanced_datalayer-3453221:3453221-drupal-code-standard
into
2.x
Overview
0
Commits
2
Pipelines
2
Changes
11
Merged
Tuomas Välimaa
requested to merge
issue/advanced_datalayer-3453221:3453221-drupal-code-standard
into
2.x
11 months ago
Overview
0
Commits
2
Pipelines
2
Changes
11
Expand
Closes
#3453221
0
0
Merge request reports
Compare
2.x
version 2
35535c4d
4 months ago
version 1
cf4343de
11 months ago
2.x (base)
and
latest version
latest version
4504a7ec
2 commits,
3 months ago
version 2
35535c4d
2 commits,
4 months ago
version 1
cf4343de
1 commit,
11 months ago
11 files
+
21
−
22
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
context_advanced_datalayer/src/Plugin/ContextReaction/ContextAdvancedDatalayer.php
+
1
−
1
Options
@@ -2,9 +2,9 @@
namespace
Drupal\context_advanced_datalayer\Plugin\ContextReaction
;
use
Drupal\advanced_datalayer
\AdvancedDatalayerManagerInterface
;
use
Drupal\context\ContextReactionPluginBase
;
use
Drupal\Core\Form\FormStateInterface
;
use
Drupal\advanced_datalayer
\AdvancedDatalayerManagerInterface
;
use
Drupal\Core\Plugin\ContainerFactoryPluginInterface
;
use
Symfony\Component\DependencyInjection\ContainerInterface
;
Loading