Made Actor, Activity and Case entities
This commit is contained in:
14
modules/opencase_entities/src/OCCaseTranslationHandler.php
Normal file
14
modules/opencase_entities/src/OCCaseTranslationHandler.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Drupal\opencase_entities;
|
||||
|
||||
use Drupal\content_translation\ContentTranslationHandler;
|
||||
|
||||
/**
|
||||
* Defines the translation handler for oc_case.
|
||||
*/
|
||||
class OCCaseTranslationHandler extends ContentTranslationHandler {
|
||||
|
||||
// Override here the needed methods from ContentTranslationHandler.
|
||||
|
||||
}
|
Reference in New Issue
Block a user