This repository has been archived on 2022-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
opencase/modules/opencase_entities/src/Form/OCEventDeleteForm.php

16 lines
249 B
PHP

<?php
namespace Drupal\opencase_entities\Form;
use Drupal\Core\Entity\ContentEntityDeleteForm;
/**
* Provides a form for deleting Event entities.
*
* @ingroup opencase_entities
*/
class OCEventDeleteForm extends ContentEntityDeleteForm {
}