You are here

class Plugin5B in Service Container 7.2

Same name and namespace in other branches
  1. 7 modules/providers/service_container_annotation_discovery/tests/modules/service_container_annotation_discovery_subtest/src/Plugin/Plugin5/Plugin5B/Plugin5B.php \Drupal\service_container_annotation_discovery_subtest\Plugin\Plugin5\Plugin5B\Plugin5B

Class Plugin5B

@Plugin( id = "Plugin5B", label = "Label Plugin5B" )

@package Drupal\service_container_annotation_discovery_subtest\Plugin\Plugin5\Plugin5B

Hierarchy

Expanded class hierarchy of Plugin5B

1 string reference to 'Plugin5B'
ServiceContainerAnnotationDiscoveryIntegrationTest::testMultiple in modules/providers/service_container_annotation_discovery/lib/Drupal/service_container_annotation_discovery/Tests/ServiceContainerAnnotationDiscoveryIntegrationTest.php
Tests if multiple module with plugins annotations are available as services.

File

modules/providers/service_container_annotation_discovery/tests/modules/service_container_annotation_discovery_subtest/src/Plugin/Plugin5/Plugin5B/Plugin5B.php, line 18

Namespace

Drupal\service_container_annotation_discovery_subtest\Plugin\Plugin5\Plugin5B
View source
class Plugin5B extends PluginBase {

}

Members

Namesort descending Modifiers Type Description Overrides
PluginBase::$configuration protected property Configuration information passed into the plugin.
PluginBase::$pluginDefinition protected property The plugin implementation definition.
PluginBase::$pluginId protected property The plugin_id.
PluginBase::DERIVATIVE_SEPARATOR constant A string which is used to separate base plugin IDs from the derivative ID.
PluginBase::getBaseId public function Gets the base_plugin_id of the plugin instance. Overrides DerivativeInspectionInterface::getBaseId
PluginBase::getDerivativeId public function Gets the derivative_id of the plugin instance. Overrides DerivativeInspectionInterface::getDerivativeId
PluginBase::getPluginDefinition public function Gets the definition of the plugin implementation. Overrides PluginInspectionInterface::getPluginDefinition
PluginBase::getPluginId public function Gets the plugin_id of the plugin instance. Overrides PluginInspectionInterface::getPluginId
PluginBase::__construct public function Constructs a Drupal\Component\Plugin\PluginBase object. 5