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 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/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/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
ForumIndexStorage::deleteIndex function core/modules/forum/src/ForumIndexStorage.php
ForumIndexStorage::deleteRevision function core/modules/forum/src/ForumIndexStorage.php
ForumIndexStorageInterface::delete function core/modules/forum/src/ForumIndexStorageInterface.php Deletes the records in {forum} table for the given node.
ForumIndexStorageInterface::deleteIndex function core/modules/forum/src/ForumIndexStorageInterface.php Deletes the {forum_index} records for a given node.
ForumIndexStorageInterface::deleteRevision function core/modules/forum/src/ForumIndexStorageInterface.php Deletes the records in {forum} table for a given node revision.
ForumTest::deleteForum function core/modules/forum/tests/src/Functional/ForumTest.php Deletes a forum.
forum_comment_delete function core/modules/forum/forum.module Implements hook_ENTITY_TYPE_delete() for comment entities.
forum_node_predelete function core/modules/forum/forum.module Implements hook_ENTITY_TYPE_predelete() for node entities.
GenerateThemeTest::testDeleteDirectory function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenericCacheBackendUnitTestBase::testDelete function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Tests Drupal\Core\Cache\CacheBackendInterface::delete().
GenericCacheBackendUnitTestBase::testDeleteAll function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Tests Drupal\Core\Cache\CacheBackendInterface::deleteAll().
GenericCacheBackendUnitTestBase::testDeleteMultiple function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php @covers \Drupal\Core\Cache\ApcuBackend::deleteMultiple
@covers \Drupal\Core\Cache\BackendChain::deleteMultiple
@covers \Drupal\Core\Cache\ChainedFastBackend::deleteMultiple
@covers \Drupal\Core\Cache\DatabaseBackend::deleteMultiple
@covers…
history_node_delete function core/modules/history/history.module Implements hook_ENTITY_TYPE_delete() for node entities.
history_user_delete function core/modules/history/history.module Implements hook_ENTITY_TYPE_delete() for user entities.
hook_entity_bundle_delete function core/lib/Drupal/Core/Entity/entity.api.php Act on entity_bundle_delete().
hook_entity_delete function core/lib/Drupal/Core/Entity/entity.api.php Respond to entity deletion.
hook_entity_predelete function core/lib/Drupal/Core/Entity/entity.api.php Act before entity deletion.
hook_entity_revision_delete function core/lib/Drupal/Core/Entity/entity.api.php Respond to entity revision deletion.
hook_entity_translation_delete function core/lib/Drupal/Core/Entity/entity.api.php Respond to entity translation deletion.
hook_ENTITY_TYPE_delete function core/lib/Drupal/Core/Entity/entity.api.php Respond to entity deletion of a particular type.
hook_ENTITY_TYPE_predelete function core/lib/Drupal/Core/Entity/entity.api.php Act before entity deletion of a particular entity type.
hook_ENTITY_TYPE_revision_delete function core/lib/Drupal/Core/Entity/entity.api.php Respond to entity revision deletion of a particular type.
hook_ENTITY_TYPE_translation_delete function core/lib/Drupal/Core/Entity/entity.api.php Respond to entity translation deletion of a particular type.
ImageEffectDeleteForm class core/modules/image/src/Form/ImageEffectDeleteForm.php Form for deleting an image effect.
ImageEffectDeleteForm.php file core/modules/image/src/Form/ImageEffectDeleteForm.php
ImageEffectDeleteForm::$imageEffect property core/modules/image/src/Form/ImageEffectDeleteForm.php The image effect to be deleted.
ImageEffectDeleteForm::$imageStyle property core/modules/image/src/Form/ImageEffectDeleteForm.php The image style containing the image effect to be deleted.
ImageEffectDeleteForm::buildForm function core/modules/image/src/Form/ImageEffectDeleteForm.php
ImageEffectDeleteForm::getCancelUrl function core/modules/image/src/Form/ImageEffectDeleteForm.php
ImageEffectDeleteForm::getConfirmText function core/modules/image/src/Form/ImageEffectDeleteForm.php
ImageEffectDeleteForm::getFormId function core/modules/image/src/Form/ImageEffectDeleteForm.php
ImageEffectDeleteForm::getQuestion function core/modules/image/src/Form/ImageEffectDeleteForm.php
ImageEffectDeleteForm::submitForm function core/modules/image/src/Form/ImageEffectDeleteForm.php
ImageStyle::deleteImageEffect function core/modules/image/src/Entity/ImageStyle.php
ImageStyle::postDelete function core/modules/image/src/Entity/ImageStyle.php
ImageStyleDeleteForm class core/modules/image/src/Form/ImageStyleDeleteForm.php Creates a form to delete an image style.
ImageStyleDeleteForm.php file core/modules/image/src/Form/ImageStyleDeleteForm.php
ImageStyleDeleteForm::$replacementOptions property core/modules/image/src/Form/ImageStyleDeleteForm.php Replacement options.
ImageStyleDeleteForm::form function core/modules/image/src/Form/ImageStyleDeleteForm.php
ImageStyleDeleteForm::getDescription function core/modules/image/src/Form/ImageStyleDeleteForm.php
ImageStyleDeleteForm::getQuestion function core/modules/image/src/Form/ImageStyleDeleteForm.php
ImageStyleDeleteForm::getReplacementOptions function core/modules/image/src/Form/ImageStyleDeleteForm.php Returns a list of image style replacement options.
ImageStyleDeleteForm::submitForm function core/modules/image/src/Form/ImageStyleDeleteForm.php
ImageStyleDeleteTest class core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php Tests image style deletion using the UI.
ImageStyleDeleteTest.php file core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php
ImageStyleDeleteTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php
ImageStyleDeleteTest::setUp function core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php
ImageStyleDeleteTest::testDelete function core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php Tests image style deletion.
ImageStyleInterface::deleteImageEffect function core/modules/image/src/ImageStyleInterface.php Deletes an image effect from this style.
image_field_config_delete function core/modules/image/image.module Implements hook_ENTITY_TYPE_delete() for 'field_config'.

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