Search for delete

  1. Search 7.x-2.x for delete
  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.
ConfigureAndExecuteTest::testDeleteEventAndExecute function tests/src/Functional/ConfigureAndExecuteTest.php Tests deleting an event and then triggering its execution.
DeleteEventForm class src/Form/DeleteEventForm.php Removes an event from a rule.
DeleteEventForm.php file src/Form/DeleteEventForm.php
DeleteEventForm::$eventManager property src/Form/DeleteEventForm.php The Rules event manager.
DeleteEventForm::$id property src/Form/DeleteEventForm.php The ID of the event in the rule.
DeleteEventForm::$reactionRule property src/Form/DeleteEventForm.php The Reaction Rule being modified.
DeleteEventForm::$rulesUiHandler property src/Form/DeleteEventForm.php The RulesUI handler of the currently active UI.
DeleteEventForm::buildForm function src/Form/DeleteEventForm.php Form constructor.
DeleteEventForm::create function src/Form/DeleteEventForm.php Instantiates a new instance of this class.
DeleteEventForm::getCancelUrl function src/Form/DeleteEventForm.php Returns the route to go to if the user cancels the action.
DeleteEventForm::getConfirmText function src/Form/DeleteEventForm.php Returns a caption for the button that confirms the action.
DeleteEventForm::getFormId function src/Form/DeleteEventForm.php Returns a unique string identifying the form.
DeleteEventForm::getQuestion function src/Form/DeleteEventForm.php Returns the question to ask the user.
DeleteEventForm::submitForm function src/Form/DeleteEventForm.php Form submission handler.
DeleteEventForm::__construct function src/Form/DeleteEventForm.php Constructs a new event delete form.
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.
EntityDelete class src/Plugin/RulesAction/EntityDelete.php Provides a 'Delete entity' action.
EntityDelete.php file src/Plugin/RulesAction/EntityDelete.php
EntityDelete::doExecute function src/Plugin/RulesAction/EntityDelete.php Deletes the Entity.
EntityDeleteDeriver class src/Plugin/RulesEvent/EntityDeleteDeriver.php Derives entity delete plugin definitions based on content entity types.
EntityDeleteDeriver.php file src/Plugin/RulesEvent/EntityDeleteDeriver.php
EntityDeleteDeriver::$entityTypeManager property src/Plugin/RulesEvent/EntityDeleteDeriver.php The entity type manager.
EntityDeleteDeriver::create function src/Plugin/RulesEvent/EntityDeleteDeriver.php Creates a new class instance.
EntityDeleteDeriver::getDerivativeDefinitions function src/Plugin/RulesEvent/EntityDeleteDeriver.php Gets the definition of all derivatives of a base plugin.
EntityDeleteDeriver::__construct function src/Plugin/RulesEvent/EntityDeleteDeriver.php Creates a new EntityDeleteDeriver object.
EntityDeleteTest class tests/src/Unit/Integration/Event/EntityDeleteTest.php Checks that the entity delete events are defined.
EntityDeleteTest class tests/src/Unit/Integration/RulesAction/EntityDeleteTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\EntityDelete
@group RulesAction
EntityDeleteTest.php file tests/src/Unit/Integration/Event/EntityDeleteTest.php
EntityDeleteTest.php file tests/src/Unit/Integration/RulesAction/EntityDeleteTest.php
EntityDeleteTest::$action property tests/src/Unit/Integration/RulesAction/EntityDeleteTest.php The action to be tested.
EntityDeleteTest::setUp function tests/src/Unit/Integration/RulesAction/EntityDeleteTest.php
EntityDeleteTest::testActionExecution function tests/src/Unit/Integration/RulesAction/EntityDeleteTest.php Tests the action execution.
EntityDeleteTest::testEventMetadata function tests/src/Unit/Integration/Event/EntityDeleteTest.php Tests the event metadata.
EntityDeleteTest::testSummary function tests/src/Unit/Integration/RulesAction/EntityDeleteTest.php Tests the summary.
ExpressionContainerInterface::deleteExpression function src/Engine/ExpressionContainerInterface.php Deletes an expression identified by the specified UUID in the container.
PathAliasDeleteByAlias class src/Plugin/RulesAction/PathAliasDeleteByAlias.php Provides a 'Delete any path alias' action.
PathAliasDeleteByAlias.php file src/Plugin/RulesAction/PathAliasDeleteByAlias.php
PathAliasDeleteByAlias::$aliasStorage property src/Plugin/RulesAction/PathAliasDeleteByAlias.php The alias storage service.
PathAliasDeleteByAlias::create function src/Plugin/RulesAction/PathAliasDeleteByAlias.php Creates an instance of the plugin.