You are here

CalendarSystemsTermTranslationHandler.php in Calendar Systems 8.3

File

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

namespace Drupal\calendar_systems\TranslationHack;

use Drupal\taxonomy\TermTranslationHandler;
class CalendarSystemsTermTranslationHandler extends TermTranslationHandler {
  use CalendarSystemsTranslationHack;

}