ispim-1.0.x-dev/src/PreviewImage/DeleteForm.php
src/PreviewImage/DeleteForm.php
<?php
declare(strict_types=1);
namespace Drupal\ispim\PreviewImage;
use Drupal\Core\Entity\ContentEntityDeleteForm;
/**
* @method \Drupal\ispim\Entity\IspimPreviewImageInterface getEntity()
*
* @todo Display the image with a "thumbnail" image style.
*/
class DeleteForm extends ContentEntityDeleteForm {
}
