Added Case Provision entity for recording caseworker involvement with cases
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Drupal\opencase_cases\Form;
|
||||
|
||||
use Drupal\Core\Entity\ContentEntityDeleteForm;
|
||||
|
||||
/**
|
||||
* Provides a form for deleting Case Provision entities.
|
||||
*
|
||||
* @ingroup opencase_cases
|
||||
*/
|
||||
class OCCaseProvisionDeleteForm extends ContentEntityDeleteForm {
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user