This repository has been archived on 2022-07-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
opencase/modules/opencase_cases/src/OCCaseFeeTranslationHandler.php
T
2021-11-11 14:07:13 +00:00

14 lines
303 B
PHP

<?php
namespace Drupal\opencase_cases;
use Drupal\content_translation\ContentTranslationHandler;
/**
* Defines the translation handler for oc_case_fee.
*/
class OCCaseFeeTranslationHandler extends ContentTranslationHandler {
// Override here the needed methods from ContentTranslationHandler.
}