You are here

Plugin5B.php in Service Container 7.2

File

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

namespace Drupal\service_container_annotation_discovery_subtest\Plugin\Plugin5\Plugin5B;

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

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

}

Classes

Namesort descending Description
Plugin5B Class Plugin5B