class PluginExtended
Same name and namespace in other branches
- 11.x core/modules/system/tests/modules/plugin_test_extended/src/Plugin/Annotation/PluginExtended.php \Drupal\plugin_test_extended\Plugin\Annotation\PluginExtended
- 9 core/modules/system/tests/modules/plugin_test_extended/src/Plugin/Annotation/PluginExtended.php \Drupal\plugin_test_extended\Plugin\Annotation\PluginExtended
- 8.9.x core/modules/system/tests/modules/plugin_test_extended/src/Plugin/Annotation/PluginExtended.php \Drupal\plugin_test_extended\Plugin\Annotation\PluginExtended
Defines a test annotation that extends an annotation in another namespace.
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements \Drupal\Component\Annotation\AnnotationInterface
- class \Drupal\plugin_test_extended\Plugin\Annotation\PluginExtended extends \Drupal\Component\Annotation\Plugin
Expanded class hierarchy of PluginExtended
Related topics
1 class is annotated with PluginExtended
- BigApple in core/
modules/ system/ tests/ modules/ plugin_test_extended/ src/ Plugin/ plugin_test/ fruit/ BigApple.php - Plugin annotation @PluginExtended( id = "big_apple", label = "Big Apple", color = "green" )
File
-
core/
modules/ system/ tests/ modules/ plugin_test_extended/ src/ Plugin/ Annotation/ PluginExtended.php, line 12
Namespace
Drupal\plugin_test_extended\Plugin\AnnotationView source
class PluginExtended extends Plugin {
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
Plugin::$definition | protected | property | The plugin definition read from the class annotation. | |
Plugin::get | public | function | 5 | |
Plugin::getClass | public | function | 1 | |
Plugin::getId | public | function | ||
Plugin::getProvider | public | function | 1 | |
Plugin::parse | protected | function | Parses an annotation into its definition. | |
Plugin::setClass | public | function | 1 | |
Plugin::setProvider | public | function | ||
Plugin::__construct | public | function | Constructs a Plugin object. | 2 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.