file BootstrapForm.php
Namespace
Drupal\bootstrap\Annotation- <?php
-
- namespace Drupal\bootstrap\Annotation;
-
- use Drupal\Component\Annotation\PluginID;
-
- /**
- * Defines a BootstrapForm annotation object.
- *
- * Plugin Namespace: "Plugin/Form".
- *
- * @see \Drupal\bootstrap\Plugin\FormInterface
- * @see \Drupal\bootstrap\Plugin\FormManager
- * @see plugin_api
- *
- * @Annotation
- *
- * @ingroup plugins_form
- */
- class BootstrapForm extends PluginID {}
Classes
Name | Description |
---|---|
BootstrapForm | Defines a BootstrapForm annotation object. |