6f7de1f48d24f72bcfce4688ea9f63baaabc42f0
[yaffs-website] / web / core / modules / system / tests / modules / plugin_test / src / CustomDirectoryExample2.php
1 <?php
2
3 namespace Drupal\plugin_test;
4
5 /**
6  * Provides a test plugin within a custom directory.
7  *
8  * @Plugin(
9  *   id = "custom_example_2",
10  *   custom = "Meghan"
11  * )
12  */
13 class CustomDirectoryExample2 {}