You are here

DatexProfileTranslationHandler.php in Datex 8

File

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

namespace Drupal\datex\TranslationHack;

use Drupal\user\ProfileTranslationHandler;
class DatexProfileTranslationHandler extends ProfileTranslationHandler {
  use DatexTranslationHack;

}

Classes