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
BlockContentTypeDeleteForm class core/modules/block_content/src/Form/BlockContentTypeDeleteForm.php Provides a confirmation form for deleting a custom block type entity.
BlockContentTypeDeleteForm.php file core/modules/block_content/src/Form/BlockContentTypeDeleteForm.php
BlockContentTypeDeleteForm::buildForm function core/modules/block_content/src/Form/BlockContentTypeDeleteForm.php Form constructor.
BlockDeleteForm class core/modules/block/src/Form/BlockDeleteForm.php Provides a deletion confirmation form for the block instance deletion form.
BlockDeleteForm.php file core/modules/block/src/Form/BlockDeleteForm.php
BlockDeleteForm::getCancelUrl function core/modules/block/src/Form/BlockDeleteForm.php
BlockDeleteForm::getConfirmText function core/modules/block/src/Form/BlockDeleteForm.php
BlockDeleteForm::getDeletionMessage function core/modules/block/src/Form/BlockDeleteForm.php Gets the message to display to the user after deleting the entity.
BlockDeleteForm::getQuestion function core/modules/block/src/Form/BlockDeleteForm.php
BlockLanguageTest::testLanguageBlockVisibilityLanguageDelete function core/modules/block/tests/src/Functional/BlockLanguageTest.php Tests if the visibility settings are removed if the language is deleted.
BlockStorageUnitTest::deleteTests function core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php Tests the deleting of blocks.
BlockTest::testBlockUserRoleDelete function core/modules/block/tests/src/Functional/BlockTest.php Tests block_user_role_delete.
block_configurable_language_delete function core/modules/block/block.module Implements hook_ENTITY_TYPE_delete() for 'configurable_language'.
block_menu_delete function core/modules/block/block.module Implements hook_ENTITY_TYPE_delete() for menu entities.
block_user_role_delete function core/modules/block/block.module Implements hook_ENTITY_TYPE_delete() for user_role entities.
BookManager::deleteFromBook function core/modules/book/src/BookManager.php Deletes node's entry from book table.
BookManagerInterface::deleteFromBook function core/modules/book/src/BookManagerInterface.php Deletes node's entry from book table.
BookOutlineStorage::delete function core/modules/book/src/BookOutlineStorage.php Deletes a book entry.
BookOutlineStorageInterface::delete function core/modules/book/src/BookOutlineStorageInterface.php Deletes a book entry.
BookTest::testBookDelete function core/modules/book/tests/src/Functional/BookTest.php Tests the access for deleting top-level book nodes.
book_node_predelete function core/modules/book/book.module Implements hook_ENTITY_TYPE_predelete() for node entities.
BrowserTestBase::filePreDeleteCallback function core/tests/Drupal/Tests/BrowserTestBase.php Ensures test files are deletable.
BulkDeleteTest class core/modules/field/tests/src/Kernel/BulkDeleteTest.php Bulk delete storages and fields, and clean up afterwards.
BulkDeleteTest.php file core/modules/field/tests/src/Kernel/BulkDeleteTest.php
BulkDeleteTest::$bundles property core/modules/field/tests/src/Kernel/BulkDeleteTest.php The bundles for the entities used in this test.
BulkDeleteTest::$entities property core/modules/field/tests/src/Kernel/BulkDeleteTest.php The entities to use in this test.
BulkDeleteTest::$entitiesByBundles property core/modules/field/tests/src/Kernel/BulkDeleteTest.php The entities to use in this test, keyed by bundle.
BulkDeleteTest::$entityTypeId property core/modules/field/tests/src/Kernel/BulkDeleteTest.php The entity type to be used in the test classes.
BulkDeleteTest::$fieldStorages property core/modules/field/tests/src/Kernel/BulkDeleteTest.php The fields to use in this test.
BulkDeleteTest::checkHooksInvocations function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Tests that the expected hooks have been invoked on the expected entities.
BulkDeleteTest::setUp function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Set the default field storage backend for fields created during tests.
BulkDeleteTest::testDeleteField function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Verify that deleting a field leaves the field data items in the database
and that the appropriate Field API functions can operate on the deleted
data and field definition.
BulkDeleteTest::testPurgeField function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Verify that field data items and fields are purged when a field storage is
deleted.
BulkDeleteTest::testPurgeFieldStorage function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Verify that field storages are preserved and purged correctly as multiple
fields are deleted and purged.
BulkDeleteTest::testPurgeWithDeletedAndActiveField function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Tests that recreating a field with the name as a deleted field works.
BulkFormAccessTest::testNodeDeleteAccess function core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php Tests if nodes that may not be deleted, can not be deleted in bulk.
BulkFormAccessTest::testUserDeleteAccess function core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php Tests if users that may not be deleted, can not be deleted in bulk.
CacheBackendInterface::delete function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Deletes an item from the cache.
CacheBackendInterface::deleteAll function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Deletes all cache items in a bin.
CacheBackendInterface::deleteMultiple function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Deletes multiple items from the cache.
CacheCollector::delete function core/lib/Drupal/Core/Cache/CacheCollector.php Deletes the element.
CacheCollectorInterface::delete function core/lib/Drupal/Core/Cache/CacheCollectorInterface.php Deletes the element.
CacheCollectorTest::testDelete function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests setting and deleting values.
CacheCollectorTest::testUpdateCacheDelete function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests updating the cache after a delete.
CachedStorage::delete function core/lib/Drupal/Core/Config/CachedStorage.php Deletes a configuration object from the storage.
CachedStorage::deleteAll function core/lib/Drupal/Core/Config/CachedStorage.php Deletes configuration objects whose names start with a given prefix.
CachedStorageTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
ChainedFastBackend::delete function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Deletes an item from the cache.
ChainedFastBackend::deleteAll function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Deletes all cache items in a bin.
ChainedFastBackend::deleteMultiple function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Deletes multiple items from the cache.

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