You are here

LingotekContentTranslationHandlerInterface.php in Lingotek Translation 3.1.x

Namespace

Drupal\lingotek

File

src/LingotekContentTranslationHandlerInterface.php
View source
<?php

namespace Drupal\lingotek;


/**
 * Interface for providing Lingotek content translation.
 *
 * Defines a set of methods to allow any entity to be processed by the entity
 * translation UI.
 */
interface LingotekContentTranslationHandlerInterface {

  /**
   * {@inheritdoc}
   */
  public function getFieldDefinitions();

}

Interfaces

Namesort descending Description
LingotekContentTranslationHandlerInterface Interface for providing Lingotek content translation.