Interim commit.
[yaffs-website] / web / modules / contrib / bootstrap_layouts / src / Annotation / BootstrapLayoutsHandler.php
1 <?php
2
3 namespace Drupal\bootstrap_layouts\Annotation;
4
5 use Drupal\Component\Annotation\PluginID;
6
7 /**
8  * Defines a BootstrapLayoutsHandler annotation object.
9  *
10  * @Annotation
11  */
12 class BootstrapLayoutsHandler extends PluginID {
13 }