| ActionContainerForm |
class |
src/Form/Expression/ActionContainerForm.php |
Form handler for action containers. |
| ActionContainerForm.php |
file |
src/Form/Expression/ActionContainerForm.php |
|
| ActionContainerForm::$actionSet |
property |
src/Form/Expression/ActionContainerForm.php |
The rule expression object this form is for. |
| ActionContainerForm::form |
function |
src/Form/Expression/ActionContainerForm.php |
Adds elements specific to the expression to the form. |
| ActionContainerForm::submitForm |
function |
src/Form/Expression/ActionContainerForm.php |
Implements ExpressionFormInterface::submitForm(). |
| ActionContainerForm::__construct |
function |
src/Form/Expression/ActionContainerForm.php |
Creates a new object of this class. |
| ActionExpression::getFormHandler |
function |
src/Plugin/RulesExpression/ActionExpression.php |
Returns the form handling class for this expression. |
| ActionForm |
class |
src/Form/Expression/ActionForm.php |
UI form for adding/editing a Rules action. |
| ActionForm.php |
file |
src/Form/Expression/ActionForm.php |
|
| ActionForm::$actionExpression |
property |
src/Form/Expression/ActionForm.php |
The action expression that is edited in the form. |
| ActionForm::$actionManager |
property |
src/Form/Expression/ActionForm.php |
The action plugin manager. |
| ActionForm::form |
function |
src/Form/Expression/ActionForm.php |
Adds elements specific to the expression to the form. |
| ActionForm::submitFirstStep |
function |
src/Form/Expression/ActionForm.php |
Submit callback: save the selected action in the first step. |
| ActionForm::submitForm |
function |
src/Form/Expression/ActionForm.php |
Form submission callback to save changes for the expression. |
| ActionForm::validateForm |
function |
src/Form/Expression/ActionForm.php |
Form validation callback to validate expression elements. |
| ActionForm::__construct |
function |
src/Form/Expression/ActionForm.php |
Creates a new object of this class. |
| 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. |