You are here

CalendarSystemsProfileTranslationHandler.php in Calendar Systems 8.3

File

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

namespace Drupal\calendar_systems\TranslationHack;

use Drupal\user\ProfileTranslationHandler;
class CalendarSystemsProfileTranslationHandler extends ProfileTranslationHandler {
  use CalendarSystemsTranslationHack;

}