This repository has been archived on 2022-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
opencase/modules/zencrm_entities/src/CaseEntityTranslationHandle...

15 lines
306 B
PHP

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