class DiscoveryTest1 in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Component/Annotation/Fixtures/PluginNamespace/DiscoveryTest1.php \com\example\PluginNamespace\DiscoveryTest1
- 10 core/tests/Drupal/Tests/Component/Annotation/Fixtures/PluginNamespace/DiscoveryTest1.php \com\example\PluginNamespace\DiscoveryTest1
Provides a custom test plugin.
Plugin annotation
@Plugin(
id = "discovery_test_1"
)
@CustomPlugin(
id = "discovery_test_1",
title = "Discovery test plugin"
)
Hierarchy
- class \com\example\PluginNamespace\DiscoveryTest1
Expanded class hierarchy of DiscoveryTest1
File
- core/
tests/ Drupal/ Tests/ Component/ Annotation/ Fixtures/ PluginNamespace/ DiscoveryTest1.php, line 16
Namespace
com\example\PluginNamespaceView source
class DiscoveryTest1 {
}