a48e37ad39
so as not to conflict with Profile or Profile2 module on existing sites
15 lines
291 B
PHP
15 lines
291 B
PHP
<?php
|
|
|
|
namespace Drupal\zencrm_entities;
|
|
|
|
use Drupal\content_translation\ContentTranslationHandler;
|
|
|
|
/**
|
|
* Defines the translation handler for hat.
|
|
*/
|
|
class HatTranslationHandler extends ContentTranslationHandler {
|
|
|
|
// Override here the needed methods from ContentTranslationHandler.
|
|
|
|
}
|