From ed76f2cc8b017f50f00be2a0fa7292bbe0ee4890 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Wed, 3 Feb 2021 10:11:09 +0000 Subject: [PATCH] Issue #3196168 by clayfreeman, longwave: Should remove @internal from EntityDeleteForm --- core/lib/Drupal/Core/Entity/EntityDeleteForm.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/lib/Drupal/Core/Entity/EntityDeleteForm.php b/core/lib/Drupal/Core/Entity/EntityDeleteForm.php index a353ab86d0eb..54ce0830be22 100644 --- a/core/lib/Drupal/Core/Entity/EntityDeleteForm.php +++ b/core/lib/Drupal/Core/Entity/EntityDeleteForm.php @@ -9,8 +9,6 @@ * Provides a generic base class for an entity deletion form. * * @ingroup entity_api - * - * @internal */ class EntityDeleteForm extends EntityConfirmFormBase { -- GitLab