Search for delete

  1. Search 7.x-2.x for delete
  2. Other projects
Title Object type File name Summary
PathAliasDeleteByAlias::doExecute function src/Plugin/RulesAction/PathAliasDeleteByAlias.php Delete an existing alias.
PathAliasDeleteByAlias::__construct function src/Plugin/RulesAction/PathAliasDeleteByAlias.php Constructs a PathAliasDeleteByAlias object.
PathAliasDeleteByAliasTest class tests/src/Unit/Integration/RulesAction/PathAliasDeleteByAliasTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\PathAliasDeleteByAlias
@group RulesAction
PathAliasDeleteByAliasTest.php file tests/src/Unit/Integration/RulesAction/PathAliasDeleteByAliasTest.php
PathAliasDeleteByAliasTest::$action property tests/src/Unit/Integration/RulesAction/PathAliasDeleteByAliasTest.php The action to be tested.
PathAliasDeleteByAliasTest::$aliasStorage property tests/src/Unit/Integration/RulesAction/PathAliasDeleteByAliasTest.php The mocked alias storage service.
PathAliasDeleteByAliasTest::setUp function tests/src/Unit/Integration/RulesAction/PathAliasDeleteByAliasTest.php
PathAliasDeleteByAliasTest::testActionExecution function tests/src/Unit/Integration/RulesAction/PathAliasDeleteByAliasTest.php Tests the action execution.
PathAliasDeleteByAliasTest::testSummary function tests/src/Unit/Integration/RulesAction/PathAliasDeleteByAliasTest.php Tests the summary.
PathAliasDeleteByPath class src/Plugin/RulesAction/PathAliasDeleteByPath.php Provides a 'Delete alias for a path' action.
PathAliasDeleteByPath.php file src/Plugin/RulesAction/PathAliasDeleteByPath.php
PathAliasDeleteByPath::$aliasStorage property src/Plugin/RulesAction/PathAliasDeleteByPath.php The alias storage service.
PathAliasDeleteByPath::create function src/Plugin/RulesAction/PathAliasDeleteByPath.php Creates an instance of the plugin.
PathAliasDeleteByPath::doExecute function src/Plugin/RulesAction/PathAliasDeleteByPath.php Delete existing aliases for a given path.
PathAliasDeleteByPath::__construct function src/Plugin/RulesAction/PathAliasDeleteByPath.php Constructs a PathAliasDeleteByPath object.
PathAliasDeleteByPathTest class tests/src/Unit/Integration/RulesAction/PathAliasDeleteByPathTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\PathAliasDeleteByPath
@group RulesAction
PathAliasDeleteByPathTest.php file tests/src/Unit/Integration/RulesAction/PathAliasDeleteByPathTest.php
PathAliasDeleteByPathTest::$action property tests/src/Unit/Integration/RulesAction/PathAliasDeleteByPathTest.php The action to be tested.
PathAliasDeleteByPathTest::$aliasStorage property tests/src/Unit/Integration/RulesAction/PathAliasDeleteByPathTest.php The mocked alias storage service.
PathAliasDeleteByPathTest::setUp function tests/src/Unit/Integration/RulesAction/PathAliasDeleteByPathTest.php
PathAliasDeleteByPathTest::testActionExecution function tests/src/Unit/Integration/RulesAction/PathAliasDeleteByPathTest.php Tests the action execution.
PathAliasDeleteByPathTest::testSummary function tests/src/Unit/Integration/RulesAction/PathAliasDeleteByPathTest.php Tests the summary.
ReactionRuleStorage::delete function src/Entity/ReactionRuleStorage.php Deletes permanently saved entities.
RuleExpression::deleteExpression function src/Plugin/RulesExpression/RuleExpression.php Deletes an expression identified by the specified UUID in the container.
RulesCommands::delete function src/Commands/RulesCommands.php Deletes a rule on your site.
RulesComponentListBuilderTest::testDeleteExpressionInComponent function tests/src/Functional/RulesComponentListBuilderTest.php Tests that deleting an expression from a rule works.
rules_entity_delete function ./rules.module Implements hook_entity_delete().
TestMessenger::deleteAll function tests/src/Unit/TestMessenger.php Deletes all messages.
TestMessenger::deleteByType function tests/src/Unit/TestMessenger.php Deletes all messages of a certain type.
UiPageTest::testDeleteEvent function tests/src/Functional/UiPageTest.php Tests that an event can be deleted.
UiPageTest::testDeleteExpressionInRule function tests/src/Functional/UiPageTest.php Tests that deleting an expression from a rule works.
UiPageTest::testNoDeleteEventWhenRulesHasSingleEvent function tests/src/Functional/UiPageTest.php Tests that events cannot be deleted when there is only one event.