You are here

EventEnrollmentDeleteForm.php in Open Social 10.2.x

File

modules/social_features/social_event/src/Form/EventEnrollmentDeleteForm.php
View source
<?php

namespace Drupal\social_event\Form;

use Drupal\Core\Entity\ContentEntityDeleteForm;

/**
 * Provides a form for deleting Event enrollment entities.
 *
 * @ingroup social_event
 */
class EventEnrollmentDeleteForm extends ContentEntityDeleteForm {

}

Classes

Namesort descending Description
EventEnrollmentDeleteForm Provides a form for deleting Event enrollment entities.