You are here

Plugin2A.php in Service Container 7.2

File

modules/providers/service_container_annotation_discovery/tests/modules/service_container_annotation_discovery_test/src/Plugin/Plugin2/Plugin2A/Plugin2A.php
View source
<?php

namespace Drupal\service_container_annotation_discovery_test\Plugin\Plugin2\Plugin2A;

use Drupal\Component\Annotation\Plugin;
use Drupal\Component\Plugin\PluginBase;

/**
 * Class Plugin2A
 *
 * @Plugin(
 *   id = "Plugin2A",
 *   label = "Label Plugin2A"
 * )
 *
 * @package Drupal\service_container_annotation_discovery_test\Plugin\Plugin2\Plugin2A
 */
class Plugin2A extends PluginBase {

}

Classes

Namesort descending Description
Plugin2A Class Plugin2A