You are here

SimplemetaEntityTranslationHandler.php in Simple Meta 8

Same filename and directory in other branches
  1. 8.2 src/SimplemetaEntityTranslationHandler.php

Namespace

Drupal\simplemeta

File

src/SimplemetaEntityTranslationHandler.php
View source
<?php

namespace Drupal\simplemeta;

use Drupal\content_translation\ContentTranslationHandler;

/**
 * Defines the translation handler for simplemeta.
 */
class SimplemetaEntityTranslationHandler extends ContentTranslationHandler {

}

Classes

Namesort descending Description
SimplemetaEntityTranslationHandler Defines the translation handler for simplemeta.