You are here

CalendarSystemsBlockContentTranslationHandler.php in Calendar Systems 8.3

File

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

namespace Drupal\calendar_systems\TranslationHack;

use Drupal\block_content\BlockContentTranslationHandler;
class CalendarSystemsBlockContentTranslationHandler extends BlockContentTranslationHandler {
  use CalendarSystemsTranslationHack;

}