You are here

DateRecurInterpreterDeleteForm.php in Recurring Dates Field 3.x

File

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

declare (strict_types=1);
namespace Drupal\date_recur\Form;

use Drupal\Core\Entity\EntityDeleteForm;

/**
 * Deletion form for interpreter entities.
 */
class DateRecurInterpreterDeleteForm extends EntityDeleteForm {

}

Classes

Namesort descending Description
DateRecurInterpreterDeleteForm Deletion form for interpreter entities.