class BootstrapProcess in Express 8
Defines a BootstrapProcess annotation object.
Plugin Namespace: "Plugin/Process".
Hierarchy
- class \Drupal\Component\Annotation\AnnotationBase implements AnnotationInterface
- class \Drupal\Component\Annotation\PluginID
- class \Drupal\bootstrap\Annotation\PluginCallback
- class \Drupal\bootstrap\Annotation\BootstrapProcess
- class \Drupal\bootstrap\Annotation\PluginCallback
- class \Drupal\Component\Annotation\PluginID
Expanded class hierarchy of BootstrapProcess
See also
\Drupal\bootstrap\Plugin\ProcessInterface
\Drupal\bootstrap\Plugin\ProcessManager
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\AnnotationView source
class BootstrapProcess extends PluginCallback {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AnnotationBase:: |
protected | property | The class used for this annotated class. | |
AnnotationBase:: |
public | property | The annotated class ID. | 1 |
AnnotationBase:: |
protected | property | The provider of the annotated class. | |
AnnotationBase:: |
public | function |
Gets the class of the annotated class. Overrides AnnotationInterface:: |
|
AnnotationBase:: |
public | function |
Gets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
AnnotationBase:: |
public | function |
Sets the class of the annotated class. Overrides AnnotationInterface:: |
|
AnnotationBase:: |
public | function |
Sets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
PluginCallback:: |
public | property | Flag that determines how to add the plugin to a callback array. | |
PluginCallback:: |
public | property | A callback to replace. | |
PluginCallback:: |
public | property |
The plugin ID. Overrides PluginID:: |
|
PluginCallback:: |
public | function |
Gets the value of an annotation. Overrides PluginID:: |
|
PluginID:: |
public | function |
Gets the unique ID for this annotated class. Overrides AnnotationBase:: |