You are here

ScheduleDeleteForm.php in Business Rules 8

Same filename and directory in other branches
  1. 2.x src/Form/ScheduleDeleteForm.php

File

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

namespace Drupal\business_rules\Form;

use Drupal\Core\Entity\ContentEntityDeleteForm;

/**
 * Provides a form for deleting Schedule entities.
 *
 * @ingroup business_rules
 */
class ScheduleDeleteForm extends ContentEntityDeleteForm {

}

Classes

Namesort descending Description
ScheduleDeleteForm Provides a form for deleting Schedule entities.