Added Entity and Entity Reference Revisions which got dropped somewhere along the...
[yaffs-website] / web / modules / contrib / entity / src / Form / DeleteMultipleForm.php
1 <?php
2
3 namespace Drupal\entity\Form;
4
5 use Drupal\Core\Entity\Form\DeleteMultipleForm as CoreDeleteMultipleForm;
6
7 @trigger_error('\Drupal\entity\Form\DeleteMultipleForm has been deprecated in favor of \Drupal\Core\Entity\Form\DeleteMultipleForm. Use that instead.');
8
9 /**
10  * Provides an entities deletion confirmation form.
11  *
12  * @deprecated Use \Drupal\Core\Entity\Form\DeleteMultipleForm instead.
13  */
14 class DeleteMultipleForm extends CoreDeleteMultipleForm {}