Example1.php in Zircon Profile 8
Same filename and directory in other branches
File
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/Example1.phpView source
<?php
/**
* @file
* Contains \Drupal\plugin_test\Plugin\plugin_test\custom_annotation\Example1.
*/
namespace Drupal\plugin_test\Plugin\plugin_test\custom_annotation;
/**
* Provides a test plugin with a custom annotation.
*
* @PluginExample(
* id = "example_1",
* custom = "John"
* )
*/
class Example1 {
}