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
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 Form constructor.
ImageEffectDeleteForm::getCancelUrl function core/modules/image/src/Form/ImageEffectDeleteForm.php Returns the route to go to if the user cancels the action.
ImageEffectDeleteForm::getConfirmText function core/modules/image/src/Form/ImageEffectDeleteForm.php Returns a caption for the button that confirms the action.
ImageEffectDeleteForm::getFormId function core/modules/image/src/Form/ImageEffectDeleteForm.php Returns a unique string identifying the form.
ImageEffectDeleteForm::getQuestion function core/modules/image/src/Form/ImageEffectDeleteForm.php Returns the question to ask the user.
ImageEffectDeleteForm::submitForm function core/modules/image/src/Form/ImageEffectDeleteForm.php Form submission handler.
ImageStyle::deleteImageEffect function core/modules/image/src/Entity/ImageStyle.php Deletes an image effect from this style.
ImageStyle::postDelete function core/modules/image/src/Entity/ImageStyle.php Acts on deleted entities before the delete hook is invoked.
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 Gets the actual form array to be built.
ImageStyleDeleteForm::getDescription function core/modules/image/src/Form/ImageStyleDeleteForm.php Returns additional text to display as a description.
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 The theme to install as the default for testing.
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'.
image_field_storage_config_delete function core/modules/image/image.module Implements hook_ENTITY_TYPE_delete() for 'field_storage_config'.
image_file_predelete function core/modules/image/image.module Implements hook_ENTITY_TYPE_predelete() for file entities.
ImmutableConfig::delete function core/lib/Drupal/Core/Config/ImmutableConfig.php Deletes the configuration object.
ImmutableConfigTest::testDelete function core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php @covers ::delete
ImportableEntityStorageInterface::importDelete function core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Delete entities upon synchronizing configuration changes.
InlineBlockEntityOperations::deleteBlocksAndUsage function core/modules/layout_builder/src/InlineBlockEntityOperations.php Delete the inline blocks and the usage records.
InlineBlockEntityOperations::handleEntityDelete function core/modules/layout_builder/src/InlineBlockEntityOperations.php Handles entity tracking on deleting a parent entity.
InlineBlockUsage::deleteUsage function core/modules/layout_builder/src/InlineBlockUsage.php
InlineBlockUsageInterface::deleteUsage function core/modules/layout_builder/src/InlineBlockUsageInterface.php Delete the inline blocks' the usage records.
InlineBlockUsageTest::testDeleteUsage function core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php Covers ::deleteUsage.
InlineBlockUsageTest::testEmptyDeleteUsageCall function core/modules/layout_builder/tests/src/Unit/InlineBlockUsageTest.php Tests calling deleteUsage() with empty array.
InstallHelper::deleteImportedContent function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Deletes any content imported by this module.
InstallStorage::delete function core/lib/Drupal/Core/Config/InstallStorage.php Overrides Drupal\Core\Config\FileStorage::delete().
InstallStorage::deleteAll function core/lib/Drupal/Core/Config/InstallStorage.php Overrides Drupal\Core\Config\FileStorage::deleteAll().
JsCollectionOptimizerLazy::deleteAll function core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php Deletes all optimized asset collections assets.
JsonApiFunctionalMultilingualTest::testDeleteMultilingual function core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalMultilingualTest.php Tests deleting multilingual content.
jsonapi_entity_bundle_delete function core/modules/jsonapi/jsonapi.module Implements hook_entity_bundle_delete().
jsonapi_entity_delete function core/modules/jsonapi/jsonapi.module Implements hook_entity_delete().

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