Issue #3256539 by victoria-marina, Eric_A: Remove @internal from ContentEntityDeleteForm generic base class

merge-requests/1634/merge
catch 2022-01-12 13:36:10 +00:00
parent 9defd332d4
commit 0107a8bd55
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ use Drupal\Core\Form\FormStateInterface;
/**
* Provides a generic base class for a content entity deletion form.
*
* @internal
*
* @todo Re-evaluate and streamline the entity deletion form class hierarchy in
* https://www.drupal.org/node/2491057.
*/