DiscoveryTest1.php in Drupal 8
Namespace
com\example\PluginNamespaceFile
core/tests/Drupal/Tests/Component/Annotation/Fixtures/PluginNamespace/DiscoveryTest1.phpView source
<?php
namespace com\example\PluginNamespace;
/**
* Provides a custom test plugin.
*
* @Plugin(
* id = "discovery_test_1"
* )
* @CustomPlugin(
* id = "discovery_test_1",
* title = "Discovery test plugin"
* )
*/
class DiscoveryTest1 {
}
Classes
Name | Description |
---|---|
DiscoveryTest1 | Provides a custom test plugin. |