You are here

interface LingotekContentTranslationHandlerInterface in Lingotek Translation 3.4.x

Same name and namespace in other branches
  1. 8 src/LingotekContentTranslationHandlerInterface.php \Drupal\lingotek\LingotekContentTranslationHandlerInterface
  2. 8.2 src/LingotekContentTranslationHandlerInterface.php \Drupal\lingotek\LingotekContentTranslationHandlerInterface
  3. 4.0.x src/LingotekContentTranslationHandlerInterface.php \Drupal\lingotek\LingotekContentTranslationHandlerInterface
  4. 3.0.x src/LingotekContentTranslationHandlerInterface.php \Drupal\lingotek\LingotekContentTranslationHandlerInterface
  5. 3.1.x src/LingotekContentTranslationHandlerInterface.php \Drupal\lingotek\LingotekContentTranslationHandlerInterface
  6. 3.2.x src/LingotekContentTranslationHandlerInterface.php \Drupal\lingotek\LingotekContentTranslationHandlerInterface
  7. 3.3.x src/LingotekContentTranslationHandlerInterface.php \Drupal\lingotek\LingotekContentTranslationHandlerInterface
  8. 3.5.x src/LingotekContentTranslationHandlerInterface.php \Drupal\lingotek\LingotekContentTranslationHandlerInterface
  9. 3.6.x src/LingotekContentTranslationHandlerInterface.php \Drupal\lingotek\LingotekContentTranslationHandlerInterface
  10. 3.7.x src/LingotekContentTranslationHandlerInterface.php \Drupal\lingotek\LingotekContentTranslationHandlerInterface
  11. 3.8.x src/LingotekContentTranslationHandlerInterface.php \Drupal\lingotek\LingotekContentTranslationHandlerInterface

Interface for providing Lingotek content translation.

Defines a set of methods to allow any entity to be processed by the entity translation UI.

Hierarchy

Expanded class hierarchy of LingotekContentTranslationHandlerInterface

All classes that implement LingotekContentTranslationHandlerInterface

File

src/LingotekContentTranslationHandlerInterface.php, line 11

Namespace

Drupal\lingotek
View source
interface LingotekContentTranslationHandlerInterface {

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

}

Members