Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hidden_language
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
hidden_language
Merge requests
!2
fixes issues reported by phpcs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
fixes issues reported by phpcs
issue/hidden_language-3372733:3372733-fix-the-warningserrors
into
2.x
Overview
0
Commits
3
Pipelines
2
Changes
8
Open
Roshni Bedmutha
requested to merge
issue/hidden_language-3372733:3372733-fix-the-warningserrors
into
2.x
1 year ago
Overview
0
Commits
3
Pipelines
2
Changes
8
Expand
Closes
#3372733
0
0
Merge request reports
Compare
2.x
version 2
80e9a7da
8 months ago
version 1
6e761032
1 year ago
2.x (HEAD)
and
latest version
latest version
a7e78e89
3 commits,
8 months ago
version 2
80e9a7da
2 commits,
8 months ago
version 1
6e761032
1 commit,
1 year ago
8 files
+
132
−
29
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
Form/HiddenLanguageForm.php
+
2
−
2
Options
@@ -2,14 +2,14 @@
namespace
Drupal\hidden_language\Form
;
use
Drupal\Core\Config\ConfigFactoryInterface
;
use
Drupal\Core\Form\ConfigFormBase
;
use
Drupal\Core\Form\FormStateInterface
;
use
Drupal\hidden_language
\HiddenLanguageManager
;
use
Drupal\Core\Config\ConfigFactoryInterface
;
use
Symfony\Component\DependencyInjection\ContainerInterface
;
/**
*
Class H
idden
L
anguage
F
orm.
*
This class use for h
idden
l
anguage
f
orm.
*
* @package Drupal\hidden_language\Form
*/
Loading