business_rules-8.x-1.0-beta1/src/Form/ScheduleDeleteForm.php
src/Form/ScheduleDeleteForm.php
<?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 {
}
