public property PluginCallback::$action in Express 8
Flag that determines how to add the plugin to a callback array.
Must be one of the following constants:
- \Drupal\bootstrap\Bootstrap::CALLBACK_APPEND
- \Drupal\bootstrap\Bootstrap::CALLBACK_PREPEND
- \Drupal\bootstrap\Bootstrap::CALLBACK_REPLACE_APPEND
- \Drupal\bootstrap\Bootstrap::CALLBACK_REPLACE_PREPEND
Use with @ BootstrapConstant annotation.
Type: \Drupal\bootstrap\Annotation\BootstrapConstant
See also
\Drupal\bootstrap\Bootstrap::addCallback()
File
- themes/
contrib/ bootstrap/ src/ Annotation/ PluginCallback.php, line 45 - Contains \Drupal\bootstrap\Annotation\PluginCallback.
Class
- PluginCallback
- Defines a Plugin annotation object that just contains an ID.
Namespace
Drupal\bootstrap\AnnotationCode
public $action = Bootstrap::CALLBACK_APPEND;