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
GitLab 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
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
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
Issue-3407888: added gitlab ci template.
DEEPAK MISHRA
requested to merge
issue/component-3407888:3407888-add-gitlab-ci
into
1.0.x
Feb 7, 2024
Overview
0
Commits
2
Pipelines
3
Changes
6
Closes
#3407888
0
0
Merge request reports
Compare
1.0.x
version 2
784689c4
Feb 7, 2024
version 1
3b42f1bd
Feb 7, 2024
1.0.x (base)
and
latest version
latest version
784689c4
2 commits,
Jul 4, 2024
version 2
784689c4
2 commits,
Feb 7, 2024
version 1
3b42f1bd
1 commit,
Feb 7, 2024
6 files
+
106
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
src/Form/ComponentAdminForm.php
+
1
−
1
View file @ 784689c4
Edit in single-file editor
Open in Web IDE
Show full file
@@ -2,10 +2,10 @@
namespace
Drupal\component\Form
;
use
Drupal\component\ComponentDiscoveryInterface
;
use
Drupal\Core\Form\ConfigFormBase
;
use
Drupal\Core\Form\FormStateInterface
;
use
Symfony\Component\DependencyInjection\ContainerInterface
;
use
Drupal\component\ComponentDiscoveryInterface
;
/**
* Provides the admin form for managing component plugins.
Loading