hospital_management-8.x-1.x-dev/web/themes/bootstrap/src/Annotation/BootstrapForm.php
web/themes/bootstrap/src/Annotation/BootstrapForm.php
<?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 {}
