express-8.x-1.x-dev/themes/contrib/bootstrap/src/Annotation/BootstrapAlter.php
themes/contrib/bootstrap/src/Annotation/BootstrapAlter.php
<?php
/**
* @file
* Contains \Drupal\bootstrap\Annotation\BootstrapAlter.
*/
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 {}
