You are here

public function LingotekNode::getEntityType in Lingotek Translation 7.4

Return the Drupal Entity type

Return value

string The entity type associated with this object

Overrides LingotekTranslatableEntity::getEntityType

File

lib/Drupal/lingotek/LingotekNode.php, line 255
Defines LingotekNode.

Class

LingotekNode
A class wrapper for Lingotek-specific behavior on nodes.

Code

public function getEntityType() {
  return self::DRUPAL_ENTITY_TYPE;
}