DatexContentTranslationHandler.php in Datex 8
Namespace
Drupal\datex\TranslationHackFile
src/TranslationHack/DatexContentTranslationHandler.phpView 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
Name | Description |
---|---|
DatexContentTranslationHandler |