You are here

BootstrapAlter.php in Express 8

File

themes/contrib/bootstrap/src/Annotation/BootstrapAlter.php
View source
<?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 {

}

Classes

Namesort descending Description
BootstrapAlter Defines a BootstrapAlter annotation object.