You are here

54 functions implement hook_ENTITY_TYPE_delete() in Drupal 9

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

block_configurable_language_delete in core/modules/block/block.module
Implements hook_ENTITY_TYPE_delete() for 'configurable_language'.
block_menu_delete in core/modules/block/block.module
Implements hook_ENTITY_TYPE_delete() for menu entities.
block_user_role_delete in core/modules/block/block.module
Implements hook_ENTITY_TYPE_delete() for user_role entities.
comment_field_config_delete in core/modules/comment/comment.module
Implements hook_ENTITY_TYPE_delete() for 'field_config'.
config_test_config_test_delete in core/modules/config/tests/config_test/config_test.hooks.inc
Implements hook_config_test_delete().
content_moderation_entity_bundle_delete in core/modules/content_moderation/content_moderation.module
Implements hook_entity_bundle_delete().
content_moderation_entity_delete in core/modules/content_moderation/content_moderation.module
Implements hook_entity_delete().
content_moderation_entity_revision_delete in core/modules/content_moderation/content_moderation.module
Implements hook_entity_revision_delete().
content_moderation_entity_translation_delete in core/modules/content_moderation/content_moderation.module
Implements hook_entity_translation_delete().
editor_entity_delete in core/modules/editor/editor.module
Implements hook_entity_delete().
editor_entity_revision_delete in core/modules/editor/editor.module
Implements hook_entity_revision_delete().
entity_crud_hook_test_block_delete in core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module
Implements hook_ENTITY_TYPE_delete() for block entities.
entity_crud_hook_test_comment_delete in core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module
Implements hook_ENTITY_TYPE_delete() for comment entities.
entity_crud_hook_test_entity_delete in core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module
Implements hook_entity_delete().
entity_crud_hook_test_file_delete in core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module
Implements hook_ENTITY_TYPE_delete() for file entities.
entity_crud_hook_test_node_delete in core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module
Implements hook_ENTITY_TYPE_delete() for node entities.
entity_crud_hook_test_taxonomy_term_delete in core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module
Implements hook_ENTITY_TYPE_delete() for taxonomy_term entities.
entity_crud_hook_test_taxonomy_vocabulary_delete in core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module
Implements hook_ENTITY_TYPE_delete() for taxonomy_vocabulary entities.
entity_crud_hook_test_user_delete in core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module
Implements hook_ENTITY_TYPE_delete() for user entities.
entity_schema_test_entity_bundle_delete in core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module
Implements hook_entity_bundle_delete().
entity_test_entity_test_mulrev_changed_translation_delete in core/modules/system/tests/modules/entity_test/entity_test.module
Implements hook_ENTITY_TYPE_translation_delete().
entity_test_entity_test_mulrev_translation_delete in core/modules/system/tests/modules/entity_test/entity_test.module
Implements hook_ENTITY_TYPE_translation_delete() for 'entity_test_mulrev'.
entity_test_entity_test_mul_changed_translation_delete in core/modules/system/tests/modules/entity_test/entity_test.module
Implements hook_ENTITY_TYPE_translation_delete().
entity_test_entity_test_mul_langcode_key_translation_delete in core/modules/system/tests/modules/entity_test/entity_test.module
Implements hook_ENTITY_TYPE_translation_delete() for 'entity_test_mul_langcode_key'.
entity_test_entity_test_mul_translation_delete in core/modules/system/tests/modules/entity_test/entity_test.module
Implements hook_ENTITY_TYPE_translation_delete() for 'entity_test_mul'.
entity_test_entity_translation_delete in core/modules/system/tests/modules/entity_test/entity_test.module
Implements hook_entity_translation_delete().
field_entity_bundle_delete in core/modules/field/field.module
Implements hook_entity_bundle_delete().
field_ui_entity_form_mode_delete in core/modules/field_ui/field_ui.module
Implements hook_entity_form_mode_delete().
field_ui_entity_view_mode_delete in core/modules/field_ui/field_ui.module
Implements hook_entity_view_mode_delete().
forum_comment_delete in core/modules/forum/forum.module
Implements hook_ENTITY_TYPE_delete() for comment entities.
history_node_delete in core/modules/history/history.module
Implements hook_ENTITY_TYPE_delete() for node entities.
history_user_delete in core/modules/history/history.module
Implements hook_ENTITY_TYPE_delete() for user entities.
image_field_config_delete in core/modules/image/image.module
Implements hook_ENTITY_TYPE_delete() for 'field_config'.
image_field_storage_config_delete in core/modules/image/image.module
Implements hook_ENTITY_TYPE_delete() for 'field_storage_config'.
jsonapi_entity_bundle_delete in core/modules/jsonapi/jsonapi.module
Implements hook_entity_bundle_delete().
jsonapi_entity_delete in core/modules/jsonapi/jsonapi.module
Implements hook_entity_delete().
language_entity_bundle_delete in core/modules/language/language.module
Implements hook_entity_bundle_delete().
layout_builder_entity_delete in core/modules/layout_builder/layout_builder.module
Implements hook_entity_delete().
layout_builder_field_config_delete in core/modules/layout_builder/layout_builder.module
Implements hook_field_config_delete().
locale_configurable_language_delete in core/modules/locale/locale.module
Implements hook_ENTITY_TYPE_delete() for 'configurable_language'.
locale_translation_file_history_delete in core/modules/locale/locale.module
Deletes the history of downloaded translations.
menu_link_content_menu_delete in core/modules/menu_link_content/menu_link_content.module
Implements hook_menu_delete().
menu_link_content_path_alias_delete in core/modules/menu_link_content/menu_link_content.module
Implements hook_ENTITY_TYPE_delete() for 'path_alias'.
node_comment_delete in core/modules/node/node.module
Implements hook_ENTITY_TYPE_delete() for comment entities.
node_configurable_language_delete in core/modules/node/node.module
Implements hook_ENTITY_TYPE_delete() for 'configurable_language'.
node_revision_delete in core/modules/node/node.module
Deletes a node revision.
options_field_storage_config_delete in core/modules/options/options.module
Implements hook_ENTITY_TYPE_delete() for 'field_storage_config'.
taxonomy_taxonomy_term_delete in core/modules/taxonomy/taxonomy.module
Implements hook_ENTITY_TYPE_delete() for taxonomy_term entities.
tracker_comment_delete in core/modules/tracker/tracker.module
Implements hook_ENTITY_TYPE_delete() for comment entities.
user_cookie_delete in core/modules/user/user.module
Delete a visitor information cookie.
user_user_role_delete in core/modules/user/user.module
Implements hook_ENTITY_TYPE_delete() for user_role entities.
views_base_field_override_delete in core/modules/views/views.module
Implements hook_ENTITY_TYPE_delete().
views_field_config_delete in core/modules/views/views.module
Implements hook_ENTITY_TYPE_delete() for 'field_config'.
views_view_delete in core/modules/views/views.module
Implements hook_ENTITY_TYPE_delete().