You are here

Plugin5A.php in Service Container 7.2

File

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

namespace Drupal\service_container_annotation_discovery_test\Plugin\Plugin5\Plugin5A;

use Drupal\Component\Annotation\PluginID;
use Drupal\Component\Plugin\PluginBase;
use Drupal\service_container\Messenger\MessengerInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;

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

}

Classes

Namesort descending Description
Plugin5A Class Plugin5A