class FormDisplayModeAlter in Business Rules 8
Same name and namespace in other branches
- 2.x src/Plugin/BusinessRulesReactsOn/FormDisplayModeAlter.php \Drupal\business_rules\Plugin\BusinessRulesReactsOn\FormDisplayModeAlter
Class FormDisplayModeAlter.
@package Drupal\business_rules\Plugin\BusinessRulesReactsOn
Plugin annotation
@BusinessRulesReactsOn(
id = "form_display_mode_alter",
label = @Translation("Entity Form display mode alter"),
description = @Translation("Perform alterations on form display mode."),
group = @Translation("Entity"),
eventName = "business_rules.form_display_mode_alter",
hasTargetEntity = TRUE,
hasTargetBundle = FALSE,
priority = 1000,
)
Hierarchy
- class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterface
- class \Drupal\business_rules\Plugin\BusinessRulesReactsOnPlugin implements BusinessRulesReactsOnInterface
- class \Drupal\business_rules\Plugin\BusinessRulesReactsOn\FormDisplayModeAlter
- class \Drupal\business_rules\Plugin\BusinessRulesReactsOnPlugin implements BusinessRulesReactsOnInterface
Expanded class hierarchy of FormDisplayModeAlter
File
- src/
Plugin/ BusinessRulesReactsOn/ FormDisplayModeAlter.php, line 23
Namespace
Drupal\business_rules\Plugin\BusinessRulesReactsOnView source
class FormDisplayModeAlter extends BusinessRulesReactsOnPlugin {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BusinessRulesReactsOnPlugin:: |
protected | property | The business rules processor. | |
BusinessRulesReactsOnPlugin:: |
protected | property | The business rules util. | |
BusinessRulesReactsOnPlugin:: |
public | function |
Process the BusinessRule form for reactsOn plugins. Overrides BusinessRulesReactsOnInterface:: |
3 |
BusinessRulesReactsOnPlugin:: |
public | function |
Constructs a \Drupal\Component\Plugin\PluginBase object. Overrides PluginBase:: |
|
PluginBase:: |
protected | property | Configuration information passed into the plugin. | 1 |
PluginBase:: |
protected | property | The plugin implementation definition. | 1 |
PluginBase:: |
protected | property | The plugin_id. | |
PluginBase:: |
constant | A string which is used to separate base plugin IDs from the derivative ID. | ||
PluginBase:: |
public | function |
Gets the base_plugin_id of the plugin instance. Overrides DerivativeInspectionInterface:: |
|
PluginBase:: |
public | function |
Gets the derivative_id of the plugin instance. Overrides DerivativeInspectionInterface:: |
|
PluginBase:: |
public | function |
Gets the definition of the plugin implementation. Overrides PluginInspectionInterface:: |
3 |
PluginBase:: |
public | function |
Gets the plugin_id of the plugin instance. Overrides PluginInspectionInterface:: |
|
PluginBase:: |
public | function | Determines if the plugin is configurable. |