interface BusinessRulesActionPluginInterface in Business Rules 8
Same name and namespace in other branches
- 2.x src/Plugin/BusinessRulesActionPluginInterface.php \Drupal\business_rules\Plugin\BusinessRulesActionPluginInterface
Defines an interface for Business rules Action plugins.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\business_rules\Plugin\BusinessRulesItemPluginInterface
- interface \Drupal\business_rules\Plugin\BusinessRulesActionPluginInterface
- interface \Drupal\business_rules\Plugin\BusinessRulesItemPluginInterface
Expanded class hierarchy of BusinessRulesActionPluginInterface
All classes that implement BusinessRulesActionPluginInterface
File
- src/
Plugin/ BusinessRulesActionPluginInterface.php, line 11
Namespace
Drupal\business_rules\PluginView source
interface BusinessRulesActionPluginInterface extends BusinessRulesItemPluginInterface {
/**
* Execute the action.
*
* @param \Drupal\business_rules\ActionInterface $action
* The configured action.
* @param \Drupal\business_rules\Events\BusinessRulesEvent $event
* The event that has triggered the action.
*
* @return array
* The render array to be showed on debug block.
*/
public function execute(ActionInterface $action, BusinessRulesEvent $event);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BusinessRulesActionPluginInterface:: |
public | function | Execute the action. | 1 |
BusinessRulesItemPluginInterface:: |
public | function | Form constructor. | 1 |
BusinessRulesItemPluginInterface:: |
public | function | Provide a description of the item. | 1 |
BusinessRulesItemPluginInterface:: |
public | function | Get the redirect url for the item edit-form route. | 1 |
BusinessRulesItemPluginInterface:: |
public | function | Provide the group of the item. | 1 |
BusinessRulesItemPluginInterface:: |
public | function | Get the redirect url for the item collection route. | 1 |
BusinessRulesItemPluginInterface:: |
public | function | Return the form array. | 1 |
BusinessRulesItemPluginInterface:: |
public | function | Return a variable set with all used variables on the item. | 1 |
BusinessRulesItemPluginInterface:: |
public | function | Extract the variables from the plugin settings. | 1 |
BusinessRulesItemPluginInterface:: |
public | function | Process the item settings before it's saved. | 1 |
BusinessRulesItemPluginInterface:: |
public | function | Process the tokens on the settings property for the item. | 1 |
BusinessRulesItemPluginInterface:: |
public | function | Process the item replacing the variables by it's values. | 2 |
BusinessRulesItemPluginInterface:: |
public | function | Plugin form validator. | 1 |
BusinessRulesItemPluginInterface:: |
constant | |||
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |