Search for deleteExpression

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