Started adding HookHelper and tests but the tests aren't working
This commit is contained in:
9
modules/opencase_cases/src/Helper/HookHelper.php
Normal file
9
modules/opencase_cases/src/Helper/HookHelper.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Drupal\opencase_cases\Helper;
|
||||
|
||||
class HookHelper {
|
||||
public static function onCaseFeeUpdate(\Drupal\opencase_cases\Entity\OCCaseFee $caseFee) {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user