You are here

CalendarSystemsContentTranslationHandler.php in Calendar Systems 8.3

File

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

namespace Drupal\calendar_systems\TranslationHack;

use Drupal\content_translation\ContentTranslationHandler;
class CalendarSystemsContentTranslationHandler extends ContentTranslationHandler {
  use CalendarSystemsTranslationHack;

}