Example2.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/Example2.phpView source
<?php
/**
* @file
* Contains \Drupal\plugin_test\Plugin\plugin_test\custom_annotation\Example2.
*/
namespace Drupal\plugin_test\Plugin\plugin_test\custom_annotation;
/**
* Provides a test plugin with a custom annotation.
*
* @PluginExample(
* id = "example_2",
* custom = "Paul"
* )
*/
class Example2 {
}