Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
menu_link_attributes
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
menu_link_attributes
Merge requests
!13
Run and fix phpcs coding standard
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Run and fix phpcs coding standard
issue/menu_link_attributes-3419481:3419481-compatibility-with-coding
into
8.x-1.x
Overview
0
Commits
1
Pipelines
2
Changes
2
Merged
Run and fix phpcs coding standard
morgannc
requested to merge
issue/menu_link_attributes-3419481:3419481-compatibility-with-coding
into
8.x-1.x
Feb 6, 2024
Overview
0
Commits
1
Pipelines
2
Changes
2
Closes
#3419481
0
0
Merge request reports
Compare
8.x-1.x
version 1
baee6c3b
Feb 6, 2024
8.x-1.x (base)
and
latest version
latest version
baee6c3b
1 commit,
Mar 28, 2024
version 1
baee6c3b
1 commit,
Feb 6, 2024
2 files
+
4
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
src/Form/ConfigForm.php
+
2
−
2
View file @ baee6c3b
Edit in single-file editor
Open in Web IDE
Show full file
@@ -2,12 +2,12 @@
@@ -2,12 +2,12 @@
namespace
Drupal\menu_link_attributes\Form
;
namespace
Drupal\menu_link_attributes\Form
;
use
Drupal\Core\Form\ConfigFormBase
;
use
Drupal\Core\Form\FormStateInterface
;
use
Drupal\Component\Serialization\Exception\InvalidDataTypeException
;
use
Drupal\Component\Serialization\Exception\InvalidDataTypeException
;
use
Drupal\Component\Serialization\Yaml
;
use
Drupal\Component\Serialization\Yaml
;
use
Drupal\Core\Config\ConfigFactoryInterface
;
use
Drupal\Core\Config\ConfigFactoryInterface
;
use
Drupal\Core\Extension\ModuleHandlerInterface
;
use
Drupal\Core\Extension\ModuleHandlerInterface
;
use
Drupal\Core\Form\ConfigFormBase
;
use
Drupal\Core\Form\FormStateInterface
;
use
Symfony\Component\DependencyInjection\ContainerInterface
;
use
Symfony\Component\DependencyInjection\ContainerInterface
;
/**
/**
Loading