You are here

class BootstrapProcess in Express 8

Defines a BootstrapProcess annotation object.

Plugin Namespace: "Plugin/Process".

Hierarchy

Expanded class hierarchy of BootstrapProcess

See also

\Drupal\bootstrap\Plugin\ProcessInterface

\Drupal\bootstrap\Plugin\ProcessManager

Plugin API

5 files declare their use of BootstrapProcess
Actions.php in themes/contrib/bootstrap/src/Plugin/Process/Actions.php
Contains \Drupal\bootstrap\Plugin\Process\Actions.
ActionsDropbutton.php in themes/contrib/bootstrap/src/Plugin/Process/ActionsDropbutton.php
Contains \Drupal\bootstrap\Plugin\Process\ActionsDropbutton.
ManagedFile.php in themes/contrib/bootstrap/src/Plugin/Process/ManagedFile.php
Contains \Drupal\bootstrap\Plugin\Process\ManagedFile.
Search.php in themes/contrib/bootstrap/src/Plugin/Process/Search.php
Contains \Drupal\bootstrap\Plugin\Process\Search.
TextFormat.php in themes/contrib/bootstrap/src/Plugin/Process/TextFormat.php
Contains \Drupal\bootstrap\Plugin\Process\TextFormat.
4 classes are annotated with BootstrapProcess
Actions in themes/contrib/bootstrap/src/Plugin/Process/Actions.php
Processes the "actions" element.
ManagedFile in themes/contrib/bootstrap/src/Plugin/Process/ManagedFile.php
Processes the "managed_file" element.
Search in themes/contrib/bootstrap/src/Plugin/Process/Search.php
Processes the "search" element.
TextFormat in themes/contrib/bootstrap/src/Plugin/Process/TextFormat.php
Processes the "text_format" element.

File

themes/contrib/bootstrap/src/Annotation/BootstrapProcess.php, line 22
Contains \Drupal\bootstrap\Annotation\BootstrapProcess.

Namespace

Drupal\bootstrap\Annotation
View source
class BootstrapProcess extends PluginCallback {

}

Members

Namesort descending Modifiers Type Description Overrides
AnnotationBase::$class protected property The class used for this annotated class.
AnnotationBase::$id public property The annotated class ID. 1
AnnotationBase::$provider protected property The provider of the annotated class.
AnnotationBase::getClass public function Gets the class of the annotated class. Overrides AnnotationInterface::getClass
AnnotationBase::getProvider public function Gets the name of the provider of the annotated class. Overrides AnnotationInterface::getProvider
AnnotationBase::setClass public function Sets the class of the annotated class. Overrides AnnotationInterface::setClass
AnnotationBase::setProvider public function Sets the name of the provider of the annotated class. Overrides AnnotationInterface::setProvider
PluginCallback::$action public property Flag that determines how to add the plugin to a callback array.
PluginCallback::$replace public property A callback to replace.
PluginCallback::$value public property The plugin ID. Overrides PluginID::$value
PluginCallback::get public function Gets the value of an annotation. Overrides PluginID::get
PluginID::getId public function Gets the unique ID for this annotated class. Overrides AnnotationBase::getId