16 lines
239 B
PHP
16 lines
239 B
PHP
<?php
|
|
|
|
namespace Drupal\zencrm_entities\Form;
|
|
|
|
use Drupal\Core\Entity\ContentEntityDeleteForm;
|
|
|
|
/**
|
|
* Provides a form for deleting Hat entities.
|
|
*
|
|
* @ingroup zencrm_entities
|
|
*/
|
|
class HatDeleteForm extends ContentEntityDeleteForm {
|
|
|
|
|
|
}
|