Version 1
[yaffs-website] / web / themes / contrib / bootstrap / src / Annotation / BootstrapForm.php
1 <?php
2 /**
3  * @file
4  * Contains \Drupal\bootstrap\Annotation\BootstrapForm.
5  */
6
7 namespace Drupal\bootstrap\Annotation;
8
9 use Drupal\Component\Annotation\PluginID;
10
11 /**
12  * Defines a BootstrapForm annotation object.
13  *
14  * Plugin Namespace: "Plugin/Form".
15  *
16  * @see \Drupal\bootstrap\Plugin\FormInterface
17  * @see \Drupal\bootstrap\Plugin\FormManager
18  * @see plugin_api
19  *
20  * @Annotation
21  *
22  * @ingroup plugins_form
23  */
24 class BootstrapForm extends PluginID {}