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