class CustomDirectoryExample2 in Drupal 9
Same name and namespace in other branches
- 8 core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample2.php \Drupal\plugin_test\CustomDirectoryExample2
- 10 core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample2.php \Drupal\plugin_test\CustomDirectoryExample2
Provides a test plugin within a custom directory.
Plugin annotation
@Plugin(
id = "custom_example_2",
custom = "Meghan"
)
Hierarchy
- class \Drupal\plugin_test\CustomDirectoryExample2
Expanded class hierarchy of CustomDirectoryExample2
File
- core/
modules/ system/ tests/ modules/ plugin_test/ src/ CustomDirectoryExample2.php, line 13
Namespace
Drupal\plugin_testView source
class CustomDirectoryExample2 {
}