CustomDirectoryExample1.php in Drupal 10
Same filename and directory in other branches
Namespace
Drupal\plugin_testFile
core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample1.phpView source
<?php
namespace Drupal\plugin_test;
/**
* Provides a test plugin within a custom directory.
*
* @Plugin(
* id = "custom_example_1",
* custom = "Tim"
* )
*/
class CustomDirectoryExample1 {
}
Classes
Name | Description |
---|---|
CustomDirectoryExample1 | Provides a test plugin within a custom directory. |