Updated Drupal to 8.6. This goes with the following updates because it's possible...
[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 {}