hospital_management-8.x-1.x-dev/web/themes/bootstrap/src/Annotation/BootstrapPreprocess.php
web/themes/bootstrap/src/Annotation/BootstrapPreprocess.php
<?php
namespace Drupal\bootstrap\Annotation;
/**
* Defines a BootstrapPreprocess annotation object.
*
* Plugin Namespace: "Plugin/Preprocess".
*
* @see \Drupal\bootstrap\Plugin\PreprocessInterface
* @see \Drupal\bootstrap\Plugin\PreprocessManager
* @see plugin_api
*
* @Annotation
*
* @ingroup plugins_preprocess
*/
class BootstrapPreprocess extends PluginCallback {}
