class PluginExtended
Same name in other branches
- 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
- 11.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 {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.