You are here

RoyalSliderOptionSetDeleteForm.php in RoyalSlider Integration 8

File

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

/**
 * @file
 * Contains \Drupal\royalslider\Form\RoyalSliderOptionSetDeleteForm
 */
namespace Drupal\royalslider\Form;

use Drupal\Core\Entity\EntityDeleteForm;

/**
 * Form that handles the removal of RoyalSliderOptionSet entities.
 */
class RoyalSliderOptionSetDeleteForm extends EntityDeleteForm {

}

Classes

Namesort descending Description
RoyalSliderOptionSetDeleteForm Form that handles the removal of RoyalSliderOptionSet entities.