RoyalSliderOptionSetDeleteForm.php in RoyalSlider Integration 8
Namespace
Drupal\royalslider\FormFile
src/Form/RoyalSliderOptionSetDeleteForm.phpView 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
Name | Description |
---|---|
RoyalSliderOptionSetDeleteForm | Form that handles the removal of RoyalSliderOptionSet entities. |