Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
component
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
component
Merge requests
!16
Issue-3407888: added gitlab ci template.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue-3407888: added gitlab ci template.
issue/component-3407888:3407888-add-gitlab-ci
into
1.0.x
Overview
0
Commits
2
Pipelines
3
Changes
6
Merged
DEEPAK MISHRA
requested to merge
issue/component-3407888:3407888-add-gitlab-ci
into
1.0.x
1 year ago
Overview
0
Commits
2
Pipelines
3
Changes
6
Expand
Closes
#3407888
0
0
Merge request reports
Compare
1.0.x
version 2
784689c4
1 year ago
version 1
3b42f1bd
1 year ago
1.0.x (base)
and
latest version
latest version
784689c4
2 commits,
9 months ago
version 2
784689c4
2 commits,
1 year ago
version 1
3b42f1bd
1 commit,
1 year ago
6 files
+
106
−
5
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
src/Form/ComponentAdminForm.php
+
1
−
1
Options
@@ -2,10 +2,10 @@
@@ -2,10 +2,10 @@
namespace
Drupal\component\Form
;
namespace
Drupal\component\Form
;
use
Drupal\component\ComponentDiscoveryInterface
;
use
Drupal\Core\Form\ConfigFormBase
;
use
Drupal\Core\Form\ConfigFormBase
;
use
Drupal\Core\Form\FormStateInterface
;
use
Drupal\Core\Form\FormStateInterface
;
use
Symfony\Component\DependencyInjection\ContainerInterface
;
use
Symfony\Component\DependencyInjection\ContainerInterface
;
use
Drupal\component\ComponentDiscoveryInterface
;
/**
/**
* Provides the admin form for managing component plugins.
* Provides the admin form for managing component plugins.
Loading