You are here

DatexCommentTranslationHandler.php in Datex 8

File

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

namespace Drupal\datex\TranslationHack;

use Drupal\comment\CommentTranslationHandler;
class DatexCommentTranslationHandler extends CommentTranslationHandler {
  use DatexTranslationHack;

}

Classes