You are here

RoleWatchdogTranslationHandler.php in Role Watchdog 8

File

src/RoleWatchdogTranslationHandler.php
View source
<?php

namespace Drupal\role_watchdog;

use Drupal\content_translation\ContentTranslationHandler;

/**
 * Defines the translation handler for role_watchdog.
 */
class RoleWatchdogTranslationHandler extends ContentTranslationHandler {

}

Classes

Namesort descending Description
RoleWatchdogTranslationHandler Defines the translation handler for role_watchdog.