You are here

SplashifyEntityDeleteForm.php in Splashify 8.2

File

src/Form/SplashifyEntityDeleteForm.php
View source
<?php

namespace Drupal\splashify\Form;

use Drupal\Core\Entity\ContentEntityDeleteForm;

/**
 * Provides a form for deleting Splashify entity entities.
 *
 * @ingroup splashify
 */
class SplashifyEntityDeleteForm extends ContentEntityDeleteForm {

}

Classes

Namesort descending Description
SplashifyEntityDeleteForm Provides a form for deleting Splashify entity entities.