Search for all

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