16 lines
		
	
	
		
			248 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			248 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| namespace Drupal\opencase_cases\Form;
 | |
| 
 | |
| use Drupal\Core\Entity\ContentEntityDeleteForm;
 | |
| 
 | |
| /**
 | |
|  * Provides a form for deleting Case Fee entities.
 | |
|  *
 | |
|  * @ingroup opencase_cases
 | |
|  */
 | |
| class OCCaseFeeDeleteForm extends ContentEntityDeleteForm {
 | |
| 
 | |
| 
 | |
| }
 |