Search for all
Title | Object type | File name | Summary |
---|---|---|---|
ActionContainerForm | class | src/ |
Form handler for action containers. |
ActionContainerForm.php | file | src/ |
|
ActionContainerForm::$actionSet | property | src/ |
The rule expression object this form is for. |
ActionContainerForm::form | function | src/ |
Adds elements specific to the expression to the form. |
ActionContainerForm::submitForm | function | src/ |
Implements ExpressionFormInterface::submitForm(). |
ActionContainerForm::__construct | function | src/ |
Creates a new object of this class. |
ActionExpression | class | src/ |
Provides an executable action expression. |
ActionExpression.php | file | src/ |
|
ActionExpression::$actionManager | property | src/ |
The action manager used to instantiate the action plugin. |
ActionExpression::$rulesDebugLogger | property | src/ |
The rules debug logger channel. |
ActionExpression::checkIntegrity | function | src/ |
Verifies that this expression is configured correctly. |
ActionExpression::create | function | src/ |
Creates an instance of the plugin. |
ActionExpression::executeWithState | function | src/ |
Execute the expression with a given Rules state. |
ActionExpression::getFormHandler | function | src/ |
Returns the form handling class for this expression. |
ActionExpression::getLabel | function | src/ |
The label of this expression element that can be shown in the UI. |
ActionExpression::prepareExecutionMetadataState | function | src/ |
Prepares the execution metadata state by adding metadata to it. |
ActionExpression::setConfiguration | function | src/ |
Sets the configuration for this plugin instance. |
ActionExpression::__construct | function | src/ |
Constructs a new class instance. |
ActionExpressionContainer | class | src/ |
Container for actions. |
ActionExpressionContainer.php | file | src/ |
|
ActionExpressionContainer::$actions | property | src/ |
List of actions that will be executed. |
ActionExpressionContainer::addAction | function | src/ |
Creates an action expression and adds it to the container. |
ActionExpressionContainer::addExpressionObject | function | src/ |
Adds an expression object. |
ActionExpressionContainer::deleteExpression | function | src/ |
Deletes an expression identified by the specified UUID in the container. |
ActionExpressionContainer::getConfiguration | function | src/ |
Gets this plugin's configuration. |
ActionExpressionContainer::getExpression | function | src/ |
Looks up the expression by UUID in this container. |
ActionExpressionContainer::getIterator | function | src/ |
Returns an iterator for expressions in this container. |
ActionExpressionContainer::__clone | function | src/ |
PHP magic __clone function. |
ActionExpressionContainer::__construct | function | src/ |
Constructor. |
ActionExpressionContainerInterface | interface | src/ |
Contains action expressions. |
ActionExpressionContainerInterface.php | file | src/ |
|
ActionExpressionContainerInterface::addAction | function | src/ |
Creates an action expression and adds it to the container. |
ActionExpressionInterface | interface | src/ |
Defines the interface for Rules expressions that can be used as actions. |
ActionExpressionInterface.php | file | src/ |
|
ActionForm | class | src/ |
UI form for adding/editing a Rules action. |
ActionForm.php | file | src/ |
|
ActionForm::$actionExpression | property | src/ |
The action expression that is edited in the form. |
ActionForm::$actionManager | property | src/ |
The action plugin manager. |
ActionForm::form | function | src/ |
Adds elements specific to the expression to the form. |
ActionForm::submitFirstStep | function | src/ |
Submit callback: save the selected action in the first step. |
ActionForm::submitForm | function | src/ |
Form submission callback to save changes for the expression. |
ActionForm::validateForm | function | src/ |
Form validation callback to validate expression elements. |
ActionForm::__construct | function | src/ |
Creates a new object of this class. |
ActionSetExpression | class | src/ |
Holds a set of actions and executes all of them. |
ActionSetExpression.php | file | src/ |
|
ActionSetExpression::allowsMetadataAssertions | function | src/ |
Determines whether child-expressions are allowed to assert metadata. |
ActionSetExpression::executeWithState | function | src/ |
Execute the expression with a given Rules state. |
ActionSetExpressionTest | class | tests/ |
@coversDefaultClass \Drupal\rules\Plugin\RulesExpression\ActionSetExpression @group Rules |
ActionSetExpressionTest.php | file | tests/ |
|
ActionSetExpressionTest::$actionSet | property | tests/ |
The action set being tested. |
Pagination
- Page 1
- Next page