You are here

EventDeleteForm.php in Event 8

Namespace

Drupal\event\Form

File

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

namespace Drupal\event\Form;

use Drupal\Core\Entity\ContentEntityDeleteForm;

/**
 * Provides a form for deleting Event entities.
 *
 * @ingroup event
 */
class EventDeleteForm extends ContentEntityDeleteForm {

}

Classes

Namesort descending Description
EventDeleteForm Provides a form for deleting Event entities.