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
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.
CheckpointListInterface::delete function core/lib/Drupal/Core/Config/Checkpoint/CheckpointListInterface.php Deletes a checkpoint.
CheckpointListInterface::deleteAll function core/lib/Drupal/Core/Config/Checkpoint/CheckpointListInterface.php Deletes all checkpoints.
CheckpointStorage::delete function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Deletes a configuration object from the storage.
CheckpointStorage::deleteAll function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Deletes configuration objects whose names start with a given prefix.
CheckpointStorage::onConfigSaveAndDelete function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Updates checkpoint when configuration is saved.
CheckpointStorageTest::testConfigDelete function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
Comment::postDelete function core/modules/comment/src/Entity/Comment.php Acts on deleted entities before the delete hook is invoked.
CommentFieldsTest::testCommentFieldDelete function core/modules/comment/tests/src/Functional/CommentFieldsTest.php Tests that you can remove a comment field.
CommentStatistics::delete function core/modules/comment/src/CommentStatistics.php
CommentStatisticsInterface::delete function core/modules/comment/src/CommentStatisticsInterface.php Delete comment statistics records for an entity.
CommentTestBase::deleteComment function core/modules/comment/tests/src/Functional/CommentTestBase.php Deletes a comment.
CommentTypeDeleteForm class core/modules/comment/src/Form/CommentTypeDeleteForm.php Provides a confirmation form for deleting a comment type entity.
CommentTypeDeleteForm.php file core/modules/comment/src/Form/CommentTypeDeleteForm.php
CommentTypeDeleteForm::$commentManager property core/modules/comment/src/Form/CommentTypeDeleteForm.php The comment manager service.
CommentTypeDeleteForm::$entity property core/modules/comment/src/Form/CommentTypeDeleteForm.php The entity being used by this form.
CommentTypeDeleteForm::$logger property core/modules/comment/src/Form/CommentTypeDeleteForm.php A logger instance.
CommentTypeDeleteForm::buildForm function core/modules/comment/src/Form/CommentTypeDeleteForm.php Form constructor.
CommentTypeDeleteForm::create function core/modules/comment/src/Form/CommentTypeDeleteForm.php Instantiates a new instance of this class.
CommentTypeDeleteForm::__construct function core/modules/comment/src/Form/CommentTypeDeleteForm.php Constructs a query factory object.
comment_entity_predelete function core/modules/comment/comment.module Implements hook_entity_predelete().
comment_field_config_delete function core/modules/comment/comment.module Implements hook_ENTITY_TYPE_delete() for 'field_config'.
comment_user_predelete function core/modules/comment/comment.module Implements hook_ENTITY_TYPE_predelete() for user entities.
Config::delete function core/lib/Drupal/Core/Config/Config.php Deletes the configuration object.
ConfigCollectionEvents::DELETE_IN_COLLECTION constant core/lib/Drupal/Core/Config/ConfigCollectionEvents.php Event dispatched when deleting configuration not in the default collection.
ConfigDependencyDeleteFormTrait trait core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php Lists affected configuration entities by a dependency removal.
ConfigDependencyDeleteFormTrait.php file core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php
ConfigDependencyDeleteFormTrait::addDependencyListsToForm function core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php Adds form elements to list affected configuration entities.
ConfigDependencyDeleteFormTrait::t function core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php Translates a string to the current language or to a given language.
ConfigDependencyTest::testConfigEntityDelete function core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php Tests deleting a configuration entity and dependency management.
ConfigDependencyTest::testContentEntityDelete function core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php Tests getConfigEntitiesToChangeOnDependencyRemoval() with content entities.
ConfigDependencyWebTest::testConfigDependencyDeleteFormTrait function core/modules/config/tests/src/Functional/ConfigDependencyWebTest.php Tests ConfigDependencyDeleteFormTrait.
ConfigEntityBase::invalidateTagsOnDelete function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Override to never invalidate the individual entities' cache tags; the
config system already invalidates them.
ConfigEntityBase::preDelete function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Acts on entities before they are deleted and before hooks are invoked.
ConfigEntityBundleBase::deleteDisplays function core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php Deletes display if a bundle is deleted.
ConfigEntityBundleBase::postDelete function core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php Acts on deleted entities before the delete hook is invoked.
ConfigEntityStorage::doDelete function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Performs storage-specific entity deletion.
ConfigEntityStorage::importDelete function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Delete entities upon synchronizing configuration changes.
ConfigEntityStorageTest::testDelete function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::delete
@covers ::doDelete
ConfigEntityStorageTest::testDeleteNothing function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::delete
@covers ::doDelete
ConfigEvents::DELETE constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired when deleting a configuration object.
ConfigFactory::onConfigDelete function core/lib/Drupal/Core/Config/ConfigFactory.php Removes stale static cache entries when configuration is deleted.
ConfigFactoryOverrideBase::onConfigDelete function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Actions to be performed to configuration override on configuration delete.
ConfigImporterTest::testDeleted function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests deletion of configuration during import.
ConfigImporterTest::testSecondaryDeletedChildSecond function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary deletes for deleted files work as expected.
ConfigImporterTest::testSecondaryUpdateDeletedChildFirst function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testSecondaryUpdateDeletedParentFirst function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary updates for deleted files work as expected.
ConfigImportUITest::testEntityBundleDelete function core/modules/config/tests/src/Functional/ConfigImportUITest.php Tests the config importer cannot delete bundles with existing entities.
ConfigMapperInterface::getDeleteRoute function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route object for the translation deletion route.

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