diff --git a/core/modules/system/entity.api.php b/core/modules/system/entity.api.php index de42abd..4a70188 100644 --- a/core/modules/system/entity.api.php +++ b/core/modules/system/entity.api.php @@ -150,9 +150,6 @@ * - hook_ENTITY_TYPE_prepare_form() * - hook_entity_form_display_alter() (for content entities only) * - * Some specific entity types have additional hooks that are run during - * various steps in the process: - * * @section delete Delete operations * To delete one or more entities, load them and then delete them: * @code