DiscoveryTest1.php
Same filename in other branches
Namespace
com\example\PluginNamespaceFile
-
core/
tests/ Drupal/ Tests/ Component/ Annotation/ Fixtures/ PluginNamespace/ DiscoveryTest1.php
View 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
Title | Deprecated | Summary |
---|---|---|
DiscoveryTest1 | Provides a custom test plugin. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.