class Plugin5A in Service Container 7.2
Same name in this branch
- 7.2 modules/providers/service_container_annotation_discovery/tests/modules/service_container_annotation_discovery_subtest/src/Plugin/Plugin5/Plugin5A/Plugin5A.php \Drupal\service_container_annotation_discovery_subtest\Plugin\Plugin5\Plugin5A\Plugin5A
- 7.2 modules/providers/service_container_annotation_discovery/tests/modules/service_container_annotation_discovery_test/src/Plugin/Plugin5/Plugin5A/Plugin5A.php \Drupal\service_container_annotation_discovery_test\Plugin\Plugin5\Plugin5A\Plugin5A
Same name and namespace in other branches
- 7 modules/providers/service_container_annotation_discovery/tests/modules/service_container_annotation_discovery_subtest/src/Plugin/Plugin5/Plugin5A/Plugin5A.php \Drupal\service_container_annotation_discovery_subtest\Plugin\Plugin5\Plugin5A\Plugin5A
Class Plugin5A
@Plugin( id = "Plugin5A", label = "Label Plugin5A" )
@package Drupal\service_container_annotation_discovery_subtest\Plugin\Plugin5\Plugin5A
Hierarchy
- class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterface
- class \Drupal\service_container_annotation_discovery_subtest\Plugin\Plugin5\Plugin5A\Plugin5A
Expanded class hierarchy of Plugin5A
1 string reference to 'Plugin5A'
- ServiceContainerAnnotationDiscoveryIntegrationTest::testPluginManagerKey in modules/
providers/ service_container_annotation_discovery/ lib/ Drupal/ service_container_annotation_discovery/ Tests/ ServiceContainerAnnotationDiscoveryIntegrationTest.php - Tests plugin_manager_name key in definition.
File
- modules/
providers/ service_container_annotation_discovery/ tests/ modules/ service_container_annotation_discovery_subtest/ src/ Plugin/ Plugin5/ Plugin5A/ Plugin5A.php, line 18
Namespace
Drupal\service_container_annotation_discovery_subtest\Plugin\Plugin5\Plugin5AView source
class Plugin5A extends PluginBase {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PluginBase:: |
protected | property | Configuration information passed into the plugin. | |
PluginBase:: |
protected | property | The plugin implementation definition. | |
PluginBase:: |
protected | property | The plugin_id. | |
PluginBase:: |
constant | A string which is used to separate base plugin IDs from the derivative ID. | ||
PluginBase:: |
public | function |
Gets the base_plugin_id of the plugin instance. Overrides DerivativeInspectionInterface:: |
|
PluginBase:: |
public | function |
Gets the derivative_id of the plugin instance. Overrides DerivativeInspectionInterface:: |
|
PluginBase:: |
public | function |
Gets the definition of the plugin implementation. Overrides PluginInspectionInterface:: |
|
PluginBase:: |
public | function |
Gets the plugin_id of the plugin instance. Overrides PluginInspectionInterface:: |
|
PluginBase:: |
public | function | Constructs a Drupal\Component\Plugin\PluginBase object. | 5 |