Search for delete

  1. Search 7.x for delete
  2. Search 9.5.x for delete
  3. Search 8.9.x for delete
  4. Search 10.3.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/sqlite/src/Driver/Database/sqlite/Delete.php SQLite implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/modules/mysql/src/Driver/Database/mysql/Delete.php MySQL implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/modules/pgsql/src/Driver/Database/pgsql/Delete.php PostgreSQL implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Delete.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\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
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::getDescription function core/modules/block/src/Form/BlockDeleteForm.php Returns additional text to display as a description.
BlockDeleteForm::getQuestion function core/modules/block/src/Form/BlockDeleteForm.php
BlockDeleteForm::systemRegionList function core/modules/block/src/Form/BlockDeleteForm.php Wraps system_region_list().
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
BookManager::deleteFromBook function core/modules/book/src/ProxyClass/BookManager.php
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
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 Tests deleting fields.
BulkDeleteTest::testPurgeField function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Tests purging fields.
BulkDeleteTest::testPurgeFieldStorage function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Tests purging field storages.
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.
CacheBackendDecorator::delete function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Deletes an item from the cache.
CacheBackendDecorator::deleteAll function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Deletes all cache items in a bin.
CacheBackendDecorator::deleteMultiple function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Deletes multiple items from the cache.
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.

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