class PluginExtended

Same name and namespace in other branches
  1. 9 core/modules/system/tests/modules/plugin_test_extended/src/Plugin/Annotation/PluginExtended.php \Drupal\plugin_test_extended\Plugin\Annotation\PluginExtended
  2. 8.9.x core/modules/system/tests/modules/plugin_test_extended/src/Plugin/Annotation/PluginExtended.php \Drupal\plugin_test_extended\Plugin\Annotation\PluginExtended
  3. 10 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

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\Annotation
View source
class PluginExtended extends Plugin {

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.