CustomDirectoryExample1.php
Same filename in other branches
Namespace
Drupal\plugin_testFile
-
core/
modules/ system/ tests/ modules/ plugin_test/ src/ CustomDirectoryExample1.php
View source
<?php
namespace Drupal\plugin_test;
/**
* Provides a test plugin within a custom directory.
*
* @Plugin(
* id = "custom_example_1",
* custom = "Tim"
* )
*/
class CustomDirectoryExample1 {
}
Classes
Title | Deprecated | Summary |
---|---|---|
CustomDirectoryExample1 | Provides a test plugin within a custom directory. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.