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