Made Actor, Activity and Case entities

This commit is contained in:
naomi
2018-04-29 13:58:46 +02:00
parent 398a6c71a3
commit 249003bf16
83 changed files with 5914 additions and 4 deletions

View 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.
}