You are here

public function LingotekTranslatableEntity::getEntityType in Lingotek Translation 7.6

Same name and namespace in other branches
  1. 7.7 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::getEntityType()
  2. 7.4 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::getEntityType()
  3. 7.5 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::getEntityType()

Return the Drupal Entity type

Return value

string The entity type associated with this object

2 methods override LingotekTranslatableEntity::getEntityType()
LingotekConfigSet::getEntityType in lib/Drupal/lingotek/LingotekConfigSet.php
Return the Drupal Entity type
LingotekEntity::getEntityType in lib/Drupal/lingotek/LingotekEntity.php
Return the Drupal Entity type

File

lib/Drupal/lingotek/LingotekTranslatableEntity.php, line 19
Defines LingotekTranslatableEntity.

Class

LingotekTranslatableEntity
An interface for entities that are eligible for translation via the Lingotek platform.

Code

public function getEntityType();