You are here

Plugin6B.php in Service Container 7.2

File

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

namespace Drupal\service_container_annotation_discovery_subtest\Plugin\Plugin6\Plugin6B;

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

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

}

Classes

Namesort descending Description
Plugin6B Class Plugin6B