public function LingotekTranslatableEntity::getEntityType in Lingotek Translation 7.7
Same name and namespace in other branches
- 7.4 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::getEntityType()
- 7.5 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::getEntityType()
- 7.6 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();