You are here

DatexNodeTranslationHandler.php in Datex 8

File

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

namespace Drupal\datex\TranslationHack;

use Drupal\node\NodeTranslationHandler;
class DatexNodeTranslationHandler extends NodeTranslationHandler {
  use DatexTranslationHack;

}

Classes