class Example1 in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/Example1.php \Drupal\plugin_test\Plugin\plugin_test\custom_annotation\Example1
Provides a test plugin with a custom annotation.
Plugin annotation
@PluginExample(
id = "example_1",
custom = "John"
)
Hierarchy
- class \Drupal\plugin_test\Plugin\plugin_test\custom_annotation\Example1
Expanded class hierarchy of Example1
File
- core/
modules/ system/ tests/ modules/ plugin_test/ src/ Plugin/ plugin_test/ custom_annotation/ Example1.php, line 18 - Contains \Drupal\plugin_test\Plugin\plugin_test\custom_annotation\Example1.
Namespace
Drupal\plugin_test\Plugin\plugin_test\custom_annotationView source
class Example1 {
}