You are here

Plugin6A.php in Service Container 7.2

File

modules/providers/service_container_annotation_discovery/tests/modules/service_container_annotation_discovery_subtest/src/Plugin/Plugin6/Plugin6A/Plugin6A.php
View source
<?php

namespace Drupal\service_container_annotation_discovery_subtest\Plugin\Plugin6\Plugin6A;

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

/**
 * Class Plugin6A
 *
 * @Plugin(
 *   id = "Plugin6A",
 *   label = "Label Plugin6A"
 * )
 *
 * @package Drupal\service_container_annotation_discovery_subtest\Plugin\Plugin6\Plugin6A
 */
class Plugin6A extends PluginBase {

}

Classes

Namesort descending Description
Plugin6A Class Plugin6A