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
AccessTest::testOnlyOwnerCanDeleteUpdateFile function core/modules/file/tests/src/Kernel/AccessTest.php Tests that only the file owner can delete or update a file.
access_check.entity_delete_multiple service core/core.services.yml Drupal\Core\Entity\EntityDeleteMultipleAccessCheck
ActionDeleteForm class core/modules/action/src/Form/ActionDeleteForm.php Builds a form to delete an action.
ActionDeleteForm.php file core/modules/action/src/Form/ActionDeleteForm.php
ActionDeleteForm::getCancelUrl function core/modules/action/src/Form/ActionDeleteForm.php
AdminHtmlRouteProvider::getDeleteFormRoute function core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php
AdminHtmlRouteProvider::getDeleteMultipleFormRoute function core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php
AggregatorTestBase::deleteFeed function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Deletes an aggregator feed.
AggregatorTestBase::deleteFeed function core/modules/aggregator/src/Tests/AggregatorTestBase.php Deletes an aggregator feed.
AggregatorTestBase::deleteFeedItems function core/modules/aggregator/src/Tests/AggregatorTestBase.php Confirms an item removal from a feed.
AggregatorTestBase::deleteFeedItems function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Confirms an item removal from a feed.
AggregatorTestBase::updateAndDelete function core/modules/aggregator/src/Tests/AggregatorTestBase.php Adds and deletes feed items and ensure that the count is zero.
AggregatorTestBase::updateAndDelete function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Adds and deletes feed items and ensure that the count is zero.
AliasStorage::delete function core/lib/Drupal/Core/Path/AliasStorage.php
AliasStorageInterface::delete function core/lib/Drupal/Core/Path/AliasStorageInterface.php Deletes a URL alias.
ApcuBackend::delete function core/lib/Drupal/Core/Cache/ApcuBackend.php
ApcuBackend::deleteAll function core/lib/Drupal/Core/Cache/ApcuBackend.php
ApcuBackend::deleteMultiple function core/lib/Drupal/Core/Cache/ApcuBackend.php
ApcuFileCacheBackend::delete function core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php
AssetCollectionOptimizerInterface::deleteAll function core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php Deletes all optimized asset collections assets.
BackendChain::delete function core/lib/Drupal/Core/Cache/BackendChain.php
BackendChain::deleteAll function core/lib/Drupal/Core/Cache/BackendChain.php
BackendChain::deleteMultiple function core/lib/Drupal/Core/Cache/BackendChain.php
BackendChainImplementationUnitTest::testDelete function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Test that delete will propagate.
BackendChainImplementationUnitTest::testDeleteAllPropagation function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Test that the delete all operation is propagated to all backends in the chain.
BackendChainImplementationUnitTest::testDeleteTagsPropagation function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Test that the delete tags operation is propagated to all backends
in the chain.
BanDelete class core/modules/ban/src/Form/BanDelete.php Provides a form to unban IP addresses.
BanDelete.php file core/modules/ban/src/Form/BanDelete.php
BanDelete::$banIp property core/modules/ban/src/Form/BanDelete.php The banned IP address.
BanDelete::$ipManager property core/modules/ban/src/Form/BanDelete.php The IP manager.
BanDelete::buildForm function core/modules/ban/src/Form/BanDelete.php
BanDelete::create function core/modules/ban/src/Form/BanDelete.php Instantiates a new instance of this class.
BanDelete::getCancelUrl function core/modules/ban/src/Form/BanDelete.php Returns the route to go to if the user cancels the action.
BanDelete::getConfirmText function core/modules/ban/src/Form/BanDelete.php Returns a caption for the button that confirms the action.
BanDelete::getFormId function core/modules/ban/src/Form/BanDelete.php Returns a unique string identifying the form.
BanDelete::getQuestion function core/modules/ban/src/Form/BanDelete.php Returns the question to ask the user.
BanDelete::submitForm function core/modules/ban/src/Form/BanDelete.php Form submission handler.
BanDelete::__construct function core/modules/ban/src/Form/BanDelete.php Constructs a new BanDelete object.
BaseFieldDefinition::isDeleted function core/lib/Drupal/Core/Field/BaseFieldDefinition.php
BaseFieldDefinition::setDeleted function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Sets whether the field storage is deleted.
BaseFieldOverride::postDelete function core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php
BatchStorage::delete function core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php
BatchStorage::delete function core/lib/Drupal/Core/Batch/BatchStorage.php
BatchStorageInterface::delete function core/lib/Drupal/Core/Batch/BatchStorageInterface.php Deletes a batch.
BlockContent::delete function core/modules/block_content/src/Entity/BlockContent.php Deletes an entity permanently.
BlockContent::postDelete function core/modules/block_content/src/Entity/BlockContent.php Acts on deleted entities before the delete hook is invoked.
BlockContentCreationTest::testBlockDelete function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Test deleting a block.
BlockContentDeleteForm class core/modules/block_content/src/Form/BlockContentDeleteForm.php Provides a confirmation form for deleting a custom block entity.
BlockContentDeleteForm.php file core/modules/block_content/src/Form/BlockContentDeleteForm.php
BlockContentDeleteForm::getDescription function core/modules/block_content/src/Form/BlockContentDeleteForm.php Returns additional text to display as a description.

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