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