You are here

DatexContentTranslationHandler.php in Datex 8

File

src/TranslationHack/DatexContentTranslationHandler.php
View source
<?php

namespace Drupal\datex\TranslationHack;

use Drupal\content_translation\ContentTranslationHandler;
use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Form\FormStateInterface;
class DatexContentTranslationHandler extends ContentTranslationHandler {
  use DatexTranslationHack;

}

Classes