You are here

Plugin5A.php in Service Container 7.2

File

modules/providers/service_container_annotation_discovery/tests/modules/service_container_annotation_discovery_subtest/src/Plugin/Plugin5/Plugin5A/Plugin5A.php
View source
<?php

namespace Drupal\service_container_annotation_discovery_subtest\Plugin\Plugin5\Plugin5A;

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

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

}

Classes

Namesort descending Description
Plugin5A Class Plugin5A