Search for deleteExpression
Title | Object type | File name | Summary |
---|---|---|---|
ActionExpressionContainer::deleteExpression | function | src/ |
Deletes an expression identified by the specified UUID in the container. |
ConditionExpressionContainer::deleteExpression | function | src/ |
Deletes an expression identified by the specified UUID in the container. |
DeleteExpressionForm | class | src/ |
Removes an expression from a rule. |
DeleteExpressionForm.php | file | src/ |
|
DeleteExpressionForm::$rulesUiHandler | property | src/ |
The RulesUI handler of the currently active UI. |
DeleteExpressionForm::$uuid | property | src/ |
The UUID of the expression in the rule. |
DeleteExpressionForm::buildForm | function | src/ |
Form constructor. |
DeleteExpressionForm::getCancelUrl | function | src/ |
Returns the route to go to if the user cancels the action. |
DeleteExpressionForm::getConfirmText | function | src/ |
Returns a caption for the button that confirms the action. |
DeleteExpressionForm::getFormId | function | src/ |
Returns a unique string identifying the form. |
DeleteExpressionForm::getQuestion | function | src/ |
Returns the question to ask the user. |
DeleteExpressionForm::submitForm | function | src/ |
Form submission handler. |
ExpressionContainerInterface::deleteExpression | function | src/ |
Deletes an expression identified by the specified UUID in the container. |
RuleExpression::deleteExpression | function | src/ |
Deletes an expression identified by the specified UUID in the container. |
RulesComponentListBuilderTest::testDeleteExpressionInComponent | function | tests/ |
Tests that deleting an expression from a rule works. |
UiPageTest::testDeleteExpressionInRule | function | tests/ |
Tests that deleting an expression from a rule works. |