Issue #3196168 by clayfreeman, longwave: Should remove @internal from EntityDeleteForm

merge-requests/294/head
Alex Pott 2021-02-03 10:11:09 +00:00
parent dc9090631e
commit ed76f2cc8b
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ use Drupal\Core\Form\FormStateInterface;
* Provides a generic base class for an entity deletion form.
*
* @ingroup entity_api
*
* @internal
*/
class EntityDeleteForm extends EntityConfirmFormBase {