You are here

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:

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\Annotation

Code

public $action = Bootstrap::CALLBACK_APPEND;