Added Event entity type.
This commit is contained in:
15
modules/opencase_entities/src/Form/OCEventDeleteForm.php
Normal file
15
modules/opencase_entities/src/Form/OCEventDeleteForm.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?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 {
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user