Changed name of Profile entity to Hat
so as not to conflict with Profile or Profile2 module on existing sites
This commit is contained in:
15
modules/zencrm_entities/src/Form/HatDeleteForm.php
Normal file
15
modules/zencrm_entities/src/Form/HatDeleteForm.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?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 {
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user