You are here

EasyEmailTranslationHandler.php in Easy Email 8

Same filename and directory in other branches
  1. 2.0.x src/EasyEmailTranslationHandler.php

Namespace

Drupal\easy_email

File

src/EasyEmailTranslationHandler.php
View source
<?php

namespace Drupal\easy_email;

use Drupal\content_translation\ContentTranslationHandler;

/**
 * Defines the translation handler for easy_email.
 */
class EasyEmailTranslationHandler extends ContentTranslationHandler {

}

Classes

Namesort descending Description
EasyEmailTranslationHandler Defines the translation handler for easy_email.