X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FEntityDeleteForm.php;h=6dd08f2b07e8e281d92dd1fc5d7034026ecb9597;hb=refs%2Fheads%2Fd864;hp=b7a66e32f01272bf57764f6b9d7262c80f551b9f;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Entity/EntityDeleteForm.php b/web/core/lib/Drupal/Core/Entity/EntityDeleteForm.php index b7a66e32f..6dd08f2b0 100644 --- a/web/core/lib/Drupal/Core/Entity/EntityDeleteForm.php +++ b/web/core/lib/Drupal/Core/Entity/EntityDeleteForm.php @@ -9,6 +9,8 @@ use Drupal\Core\Form\FormStateInterface; * Provides a generic base class for an entity deletion form. * * @ingroup entity_api + * + * @internal */ class EntityDeleteForm extends EntityConfirmFormBase {