You are here

EventTranslationHandler.php in Event 8

Namespace

Drupal\event

File

src/EventTranslationHandler.php
View source
<?php

namespace Drupal\event;

use Drupal\content_translation\ContentTranslationHandler;

/**
 * Defines the translation handler for event.
 */
class EventTranslationHandler extends ContentTranslationHandler {

}

Classes

Namesort descending Description
EventTranslationHandler Defines the translation handler for event.