hospital_management-8.x-1.x-dev/web/themes/bootstrap/src/Annotation/BootstrapAlter.php
web/themes/bootstrap/src/Annotation/BootstrapAlter.php
<?php
namespace Drupal\bootstrap\Annotation;
use Drupal\Component\Annotation\PluginID;
/**
* Defines a BootstrapAlter annotation object.
*
* Plugin Namespace: "Plugin/Alter".
*
* @see \Drupal\bootstrap\Plugin\AlterInterface
* @see \Drupal\bootstrap\Plugin\AlterManager
* @see plugin_api
*
* @Annotation
*
* @ingroup plugins_alter
*/
class BootstrapAlter extends PluginID {}
