14 lines
315 B
PHP
14 lines
315 B
PHP
|
<?php
|
||
|
|
||
|
namespace Drupal\opencase_cases;
|
||
|
|
||
|
use Drupal\content_translation\ContentTranslationHandler;
|
||
|
|
||
|
/**
|
||
|
* Defines the translation handler for oc_case_provision.
|
||
|
*/
|
||
|
class OCCaseProvisionTranslationHandler extends ContentTranslationHandler {
|
||
|
|
||
|
// Override here the needed methods from ContentTranslationHandler.
|
||
|
}
|