Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| ActionSetExpressionTest::setUp | function | tests/ |
|
| ActionSetExpressionTest::testActionExecution | function | tests/ |
Tests that an action in the set fires. |
| ActionSetExpressionTest::testDeletingAction | function | tests/ |
Tests deleting an action from the container. |
| ActionSetExpressionTest::testEvaluationOrder | function | tests/ |
Tests evaluation order with two actions. |
| ActionSetExpressionTest::testLookupAction | function | tests/ |
Tests that a nested action can be retrieved by UUID. |
| ActionSetExpressionTest::testNestedActionExecution | function | tests/ |
Tests that nested action sets work. |
| ActionSetExpressionTest::testTwoActionExecution | function | tests/ |
Tests that two actions in the set fire both. |
| ActionsFormTest | class | tests/ |
Tests that each Rules Action can be edited. |
| ActionsFormTest.php | file | tests/ |
|
| ActionsFormTest::$account | property | tests/ |
A user account with administration permissions. |
| ActionsFormTest::$modules | property | tests/ |
Modules to enable. |
| ActionsFormTest::$profile | property | tests/ |
We use the minimal profile because we want to test local action links. |
| ActionsFormTest::dataActionsFormWidgets | function | tests/ |
Provides data for testActionsFormWidgets(). |
| ActionsFormTest::setUp | function | tests/ |
|
| ActionsFormTest::testActionsFormWidgets | function | tests/ |
Test each action provided by Rules. |
| AddEventForm | class | src/ |
UI form to add an event to a rule. |
| AddEventForm.php | file | src/ |
|
| AddEventForm::$reactionRule | property | src/ |
The Reaction Rule being modified. |
| AddEventForm::actions | function | src/ |
|
| AddEventForm::buildForm | function | src/ |
Form constructor. |
| AddEventForm::create | function | src/ |
Instantiates a new instance of this class. |
| AddEventForm::getFormId | function | src/ |
Returns a unique string identifying the form. |
| AddEventForm::getTitle | function | src/ |
Provides the page title on the form. |
| AddEventForm::submitForm | function | src/ |
Form submission handler. |
| AddEventForm::__construct | function | src/ |
Constructs a new event add form. |
| AddEventFormTrait | trait | src/ |
Trait for adding an event. |
| AddEventFormTrait.php | file | src/ |
|
| AddEventFormTrait::$entityBundleInfo | property | src/ |
The entity type bundle information manager. |
| AddEventFormTrait::$eventManager | property | src/ |
The Rules event manager. |
| AddEventFormTrait::buildEventForm | function | src/ |
|
| AddEventFormTrait::bundleSelectCallback | function | src/ |
Ajax callback for the entity bundle restriction select element. |
| AddEventFormTrait::entityBundleBuilder | function | src/ |
Callback method for the #entity_builder form property. |
| AddExpressionForm | class | src/ |
UI form to add an expression like a condition or action to a rule. |
| AddExpressionForm.php | file | src/ |
|
| AddExpressionForm::$expressionId | property | src/ |
The expression ID that is added, example: 'rules_action'. |
| AddExpressionForm::$expressionManager | property | src/ |
The Rules expression manager to get expression plugins. |
| AddExpressionForm::buildForm | function | src/ |
Form constructor. |
| AddExpressionForm::create | function | src/ |
Instantiates a new instance of this class. |
| AddExpressionForm::getEditedExpression | function | src/ |
Gets the currently edited expression from the given component. |
| AddExpressionForm::getTitle | function | src/ |
Provides the page title on the form. |
| AddExpressionForm::submitForm | function | src/ |
Form submission handler. |
| AddExpressionForm::__construct | function | src/ |
Creates a new object of this class. |
| AndExpression | class | src/ |
Evaluates a group of conditions with a logical AND. |
| AndExpression.php | file | src/ |
|
| AndExpression::allowsMetadataAssertions | function | src/ |
Determines whether child-expressions are allowed to assert metadata. |
| AndExpression::evaluate | function | src/ |
Returns the final result after executing the conditions. |
| AndExpression::isEmpty | function | src/ |
Returns whether there is a configured condition. |
| AndExpressionTest | class | tests/ |
@coversDefaultClass \Drupal\rules\Plugin\RulesExpression\AndExpression[[api-linebreak]] @group Rules |
| AndExpressionTest.php | file | tests/ |
|
| AndExpressionTest::$and | property | tests/ |
The 'and' condition container being tested. |
Pagination
- Previous page
- Page 2
- Next page