Search for delete

  1. Search 7.x for delete
  2. Search 9.5.x for delete
  3. Search 10.3.x for delete
  4. Search 11.x for delete
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Delete class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Delete.php MySQL test implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Delete.php PostgreSQL implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/lib/Drupal/Core/Database/Driver/sqlite/Delete.php SQLite implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/lib/Drupal/Core/Database/Driver/mysql/Delete.php MySQL implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/lib/Drupal/Core/Database/Driver/pgsql/Delete.php PostgreSQL implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/lib/Drupal/Core/Database/Query/Delete.php General class for an abstracted DELETE operation.

All search results

Title Object type File name Summary
EntityUnitTest::testPostDeleteBundle function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php @covers ::postDelete
EntityUnitTest::testPreDelete function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php @covers ::preDelete
EntityUpdateAddRevisionTranslationAffectedTest::testDeletedEntityType function core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionTranslationAffectedTest.php Tests the 'revision_translation_affected' field on a deleted entity type.
entity_crud_hook_test_block_delete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_delete() for block entities.
entity_crud_hook_test_block_predelete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_predelete() for block entities.
entity_crud_hook_test_comment_delete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_delete() for comment entities.
entity_crud_hook_test_comment_predelete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_predelete() for comment entities.
entity_crud_hook_test_entity_delete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_entity_delete().
entity_crud_hook_test_entity_predelete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_entity_predelete().
entity_crud_hook_test_file_delete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_delete() for file entities.
entity_crud_hook_test_file_predelete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_predelete() for file entities.
entity_crud_hook_test_node_delete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_delete() for node entities.
entity_crud_hook_test_node_predelete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_predelete() for node entities.
entity_crud_hook_test_taxonomy_term_delete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_delete() for taxonomy_term entities.
entity_crud_hook_test_taxonomy_term_predelete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_predelete() for taxonomy_term entities.
entity_crud_hook_test_taxonomy_vocabulary_delete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_delete() for taxonomy_vocabulary entities.
entity_crud_hook_test_taxonomy_vocabulary_predelete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_predelete() for taxonomy_vocabulary entities.
entity_crud_hook_test_user_delete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_delete() for user entities.
entity_crud_hook_test_user_predelete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_predelete() for user entities.
entity_delete_multiple function core/includes/entity.inc Deletes multiple entities permanently.
entity_field.deleted_fields_repository service core/core.services.yml Drupal\Core\Field\DeletedFieldsRepository
entity_revision_delete function core/includes/entity.inc Deletes an entity revision.
entity_schema_test_entity_bundle_delete function core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module Implements hook_entity_bundle_delete().
entity_test_delete_bundle function core/modules/system/tests/modules/entity_test/entity_test.module Deletes a bundle for entity_test entities.
entity_test_entity_predelete function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_entity_predelete().
entity_test_entity_test_mulrev_changed_translation_delete function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_delete().
entity_test_entity_test_mulrev_translation_delete function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_delete() for 'entity_test_mulrev'.
entity_test_entity_test_mul_changed_translation_delete function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_delete().
entity_test_entity_test_mul_langcode_key_translation_delete function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_delete() for 'entity_test_mul_langcode_key'.
entity_test_entity_test_mul_translation_delete function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_delete() for 'entity_test_mul'.
entity_test_entity_translation_delete function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_entity_translation_delete().
EventSubscriber::onConfigDelete function core/modules/config/tests/config_import_test/src/EventSubscriber.php Reacts to a config delete and records information in state for testing.
Feed::deleteItems function core/modules/aggregator/src/Entity/Feed.php
Feed::postDelete function core/modules/aggregator/src/Entity/Feed.php
Feed::preDelete function core/modules/aggregator/src/Entity/Feed.php
FeedDeleteForm class core/modules/aggregator/src/Form/FeedDeleteForm.php Provides a form for deleting a feed.
FeedDeleteForm.php file core/modules/aggregator/src/Form/FeedDeleteForm.php
FeedDeleteForm::getCancelUrl function core/modules/aggregator/src/Form/FeedDeleteForm.php
FeedDeleteForm::getDeletionMessage function core/modules/aggregator/src/Form/FeedDeleteForm.php
FeedDeleteForm::getRedirectUrl function core/modules/aggregator/src/Form/FeedDeleteForm.php
FeedInterface::deleteItems function core/modules/aggregator/src/FeedInterface.php Deletes all items from a feed.
FeedItemsDeleteForm class core/modules/aggregator/src/Form/FeedItemsDeleteForm.php Provides a deletion confirmation form for items that belong to a feed.
FeedItemsDeleteForm.php file core/modules/aggregator/src/Form/FeedItemsDeleteForm.php
FeedItemsDeleteForm::getCancelUrl function core/modules/aggregator/src/Form/FeedItemsDeleteForm.php
FeedItemsDeleteForm::getConfirmText function core/modules/aggregator/src/Form/FeedItemsDeleteForm.php
FeedItemsDeleteForm::getQuestion function core/modules/aggregator/src/Form/FeedItemsDeleteForm.php
FeedItemsDeleteForm::submitForm function core/modules/aggregator/src/Form/FeedItemsDeleteForm.php
FeedProcessorPluginTest::testDelete function core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php Test deleting functionality.
FieldAttachStorageTest::testEntityDeleteBundle function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Test entity_bundle_delete().
FieldAttachStorageTest::testFieldAttachDelete function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Test entity deletion.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.