Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| plugin.manager.rules_action | service | ./ |
Drupal\rules\Core\RulesActionManager |
| plugin.manager.rules_data_processor | service | ./ |
Drupal\rules\Context\DataProcessorManager |
| plugin.manager.rules_event | service | ./ |
Drupal\rules\Core\RulesEventManager |
| plugin.manager.rules_expression | service | ./ |
Drupal\rules\Engine\ExpressionManager |
| plugin.manager.rules_ui | service | ./ |
Drupal\rules\Ui\RulesUiManager |
| PrepareExecutionMetadataStateTest | class | tests/ |
Tests that the setup of the execution metadata state for an expression works. |
| PrepareExecutionMetadataStateTest.php | file | tests/ |
|
| PrepareExecutionMetadataStateTest::testAddingVariable | function | tests/ |
Tests that a variable can be added by an action and is then available. |
| PrepareExecutionMetadataStateTest::testPrepareAfterLoop | function | tests/ |
Tests that the loop list item is removed after the loop. |
| PrepareExecutionMetadataStateTest::testPrepareInLoop | function | tests/ |
Tests that state preparation also works for actions in a loop. |
| PrepareExecutionMetadataStateTest::testPreparingUntil | function | tests/ |
Tests partial state setup until an expression is reached in the tree. |
| ReactionRuleAddForm | class | src/ |
Provides a form to add a reaction rule. |
| ReactionRuleAddForm.php | file | src/ |
|
| ReactionRuleAddForm::actions | function | src/ |
Returns an array of supported actions for the current entity form. |
| ReactionRuleAddForm::create | function | src/ |
Instantiates a new instance of this class. |
| ReactionRuleAddForm::form | function | src/ |
Gets the actual form array to be built. |
| ReactionRuleAddForm::save | function | src/ |
Form submission handler for the 'save' action. |
| ReactionRuleAddForm::__construct | function | src/ |
Constructs a new reaction rule form. |
| ReactionRuleConfig | class | src/ |
Reaction rule configuration entity to persistently store configuration. |
| ReactionRuleConfig.php | file | src/ |
|
| ReactionRuleConfig::$config_version | property | src/ |
The version the Reaction rule was created for. |
| ReactionRuleConfig::$description | property | src/ |
The description of the rule, which is used only in the user interface. |
| ReactionRuleConfig::$events | property | src/ |
The events this reaction rule is reacting on. |
| ReactionRuleConfig::$expression | property | src/ |
The expression plugin specific configuration as nested array. |
| ReactionRuleConfig::$expressionObject | property | src/ |
Stores a reference to the executable expression version of this component. |
| ReactionRuleConfig::$id | property | src/ |
The unique ID of the Reaction Rule. |
| ReactionRuleConfig::$label | property | src/ |
The label of the Reaction rule. |
| ReactionRuleConfig::$tags | property | src/ |
The "tags" of a Reaction rule. |
| ReactionRuleConfig::addEvent | function | src/ |
Adds an event to the rule configuration. |
| ReactionRuleConfig::calculateDependencies | function | src/ |
Calculates dependencies and stores them in the dependency property. |
| ReactionRuleConfig::createDuplicate | function | src/ |
Creates a duplicate of the entity. |
| ReactionRuleConfig::getComponent | function | src/ |
Gets the Rules component that is invoked when the events are dispatched. The returned component has the definitions of the available event context set. |
| ReactionRuleConfig::getDescription | function | src/ |
Returns the description. |
| ReactionRuleConfig::getEventNames | function | src/ |
Gets machine names of all events the rule is reacting on. |
| ReactionRuleConfig::getEvents | function | src/ |
Gets configuration of all events the rule is reacting on. |
| ReactionRuleConfig::getExpression | function | src/ |
Gets a Rules expression instance for this Reaction rule. |
| ReactionRuleConfig::getExpressionManager | function | src/ |
Returns the Rules expression manager. |
| ReactionRuleConfig::getTags | function | src/ |
Returns the tags associated with this config. |
| ReactionRuleConfig::hasEvent | function | src/ |
Returns if the rule is reacting on the given event. |
| ReactionRuleConfig::hasTags | function | src/ |
Checks if there are tags associated with this config. |
| ReactionRuleConfig::label | function | src/ |
Overrides \Drupal\Core\Entity\Entity::label(). |
| ReactionRuleConfig::removeEvent | function | src/ |
Removes an event from the rule configuration. |
| ReactionRuleConfig::setExpression | function | src/ |
Sets a Rules expression instance for this Reaction rule. |
| ReactionRuleConfig::updateFromComponent | function | src/ |
Updates the configuration based upon the given component. |
| ReactionRuleConfig::__clone | function | src/ |
Magic clone method. |
| ReactionRuleConfigTest | class | tests/ |
@coversDefaultClass \Drupal\rules\Entity\ReactionRuleConfig[[api-linebreak]] @group Rules |
| ReactionRuleConfigTest.php | file | tests/ |
|
| ReactionRuleConfigTest::addEventDataProvider | function | tests/ |
Data provider for ::testAddEvent(). |
| ReactionRuleConfigTest::createRule | function | tests/ |
Creates a rule. |
| ReactionRuleConfigTest::testAddEvent | function | tests/ |
@covers ::addEvent[[api-linebreak]] @covers ::getEvents[[api-linebreak]] |
Pagination
- Previous page
- Page 29
- Next page