file BootstrapAlter.php
Namespace
Drupal\bootstrap\Annotation- <?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 {}
Classes
Name | Description |
---|---|
BootstrapAlter | Defines a BootstrapAlter annotation object. |