You are here

CalendarSystemsCommentTranslationHandler.php in Calendar Systems 8.3

File

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

namespace Drupal\calendar_systems\TranslationHack;

use Drupal\comment\CommentTranslationHandler;
class CalendarSystemsCommentTranslationHandler extends CommentTranslationHandler {
  use CalendarSystemsTranslationHack;

}