Skip to content
Snippets Groups Projects

Issue-3407888: added gitlab ci template.

Merged DEEPAK MISHRA requested to merge issue/component-3407888:3407888-add-gitlab-ci into 1.0.x
6 files
+ 106
5
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -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