AddExpressionForm::__construct |
function |
src/Form/AddExpressionForm.php |
Creates a new object of this class. |
BreakLockForm |
class |
src/Form/BreakLockForm.php |
Builds the form to break the lock of an edited rule. |
BreakLockForm.php |
file |
src/Form/BreakLockForm.php |
|
BreakLockForm::$entityTypeManager |
property |
src/Form/BreakLockForm.php |
The entity type manager. |
BreakLockForm::$renderer |
property |
src/Form/BreakLockForm.php |
The rendering service. |
BreakLockForm::$rulesUiHandler |
property |
src/Form/BreakLockForm.php |
The RulesUI handler of the currently active UI. |
BreakLockForm::buildForm |
function |
src/Form/BreakLockForm.php |
Form constructor. |
BreakLockForm::create |
function |
src/Form/BreakLockForm.php |
Instantiates a new instance of this class. |
BreakLockForm::getCancelUrl |
function |
src/Form/BreakLockForm.php |
Returns the route to go to if the user cancels the action. |
BreakLockForm::getConfirmText |
function |
src/Form/BreakLockForm.php |
Returns a caption for the button that confirms the action. |
BreakLockForm::getDescription |
function |
src/Form/BreakLockForm.php |
Returns additional text to display as a description. |
BreakLockForm::getFormId |
function |
src/Form/BreakLockForm.php |
Returns a unique string identifying the form. |
BreakLockForm::getQuestion |
function |
src/Form/BreakLockForm.php |
Returns the question to ask the user. |
BreakLockForm::submitForm |
function |
src/Form/BreakLockForm.php |
Form submission handler. |
BreakLockForm::__construct |
function |
src/Form/BreakLockForm.php |
Constructor. |
ConditionContainerForm |
class |
src/Form/Expression/ConditionContainerForm.php |
Form view structure for Rules condition containers. |
ConditionContainerForm.php |
file |
src/Form/Expression/ConditionContainerForm.php |
|
ConditionContainerForm::$conditionContainer |
property |
src/Form/Expression/ConditionContainerForm.php |
The rule expression object this form is for. |
ConditionContainerForm::form |
function |
src/Form/Expression/ConditionContainerForm.php |
Adds elements specific to the expression to the form. |
ConditionContainerForm::submitForm |
function |
src/Form/Expression/ConditionContainerForm.php |
Implements ExpressionFormInterface::submitForm(). |
ConditionContainerForm::__construct |
function |
src/Form/Expression/ConditionContainerForm.php |
Creates a new object of this class. |
ConditionExpression::getFormHandler |
function |
src/Plugin/RulesExpression/ConditionExpression.php |
Returns the form handling class for this expression. |
ConditionForm |
class |
src/Form/Expression/ConditionForm.php |
UI form for adding/editing a Rules condition. |
ConditionForm.php |
file |
src/Form/Expression/ConditionForm.php |
|
ConditionForm::$conditionExpression |
property |
src/Form/Expression/ConditionForm.php |
The condition expression that is edited in the form. |
ConditionForm::$conditionManager |
property |
src/Form/Expression/ConditionForm.php |
The condition plugin manager. |
ConditionForm::form |
function |
src/Form/Expression/ConditionForm.php |
Adds elements specific to the expression to the form. |
ConditionForm::submitFirstStep |
function |
src/Form/Expression/ConditionForm.php |
Submit callback: save the selected condition in the first step. |
ConditionForm::submitForm |
function |
src/Form/Expression/ConditionForm.php |
Form submission callback to save changes for the expression. |
ConditionForm::validateForm |
function |
src/Form/Expression/ConditionForm.php |
Form validation callback to validate expression elements. |
ConditionForm::__construct |
function |
src/Form/Expression/ConditionForm.php |
Creates a new object of this class. |
ConditionsFormTest |
class |
tests/src/Functional/ConditionsFormTest.php |
Tests that each Rules Condition can be edited. |
ConditionsFormTest.php |
file |
tests/src/Functional/ConditionsFormTest.php |
|
ConditionsFormTest::$account |
property |
tests/src/Functional/ConditionsFormTest.php |
A user account with administration permissions. |
ConditionsFormTest::$modules |
property |
tests/src/Functional/ConditionsFormTest.php |
Modules to enable. |
ConditionsFormTest::$profile |
property |
tests/src/Functional/ConditionsFormTest.php |
We use the minimal profile because we want to test local action links. |
ConditionsFormTest::dataConditionsFormWidgets |
function |
tests/src/Functional/ConditionsFormTest.php |
Provides data for testConditionsFormWidgets(). |
ConditionsFormTest::setUp |
function |
tests/src/Functional/ConditionsFormTest.php |
|
ConditionsFormTest::testConditionsFormWidgets |
function |
tests/src/Functional/ConditionsFormTest.php |
Test each condition provided by Rules. |
ConfigurableEventHandlerBase::extractConfigurationFormValues |
function |
src/EventHandler/ConfigurableEventHandlerBase.php |
Extract the form values and update the event configuration. |
ConfigurableEventHandlerEntityBundle::buildConfigurationForm |
function |
src/EventHandler/ConfigurableEventHandlerEntityBundle.php |
Builds the event configuration form. |
ContextFormTrait |
trait |
src/Context/Form/ContextFormTrait.php |
Provides form logic for handling contexts when configuring an expression. |
ContextFormTrait.php |
file |
src/Context/Form/ContextFormTrait.php |
|
ContextFormTrait::buildContextForm |
function |
src/Context/Form/ContextFormTrait.php |
Provides the form part for a context parameter. |
ContextFormTrait::buildProvidedContextForm |
function |
src/Context/Form/ContextFormTrait.php |
Provides the form part for a 'provided' context parameter. |
ContextFormTrait::getContextConfigFromFormValues |
function |
src/Context/Form/ContextFormTrait.php |
Creates a context config object from the submitted form values. |
ContextFormTrait::switchContextMode |
function |
src/Context/Form/ContextFormTrait.php |
Submit callback: switch a context to data selector or direct input mode. |
CoreIntegrationTest::testTokenFormattingReplacements |
function |
tests/src/Kernel/CoreIntegrationTest.php |
Tests that tokens used to format entity fields get replaced. |
DeleteEventForm |
class |
src/Form/DeleteEventForm.php |
Removes an event from a rule. |
DeleteEventForm.php |
file |
src/Form/DeleteEventForm.php |
|