You are here

public function LingotekConfigChunk::getEntityType in Lingotek Translation 7.5

Same name and namespace in other branches
  1. 7.3 lib/Drupal/lingotek/LingotekConfigChunk.php \LingotekConfigChunk::getEntityType()
  2. 7.4 lib/Drupal/lingotek/LingotekConfigChunk.php \LingotekConfigChunk::getEntityType()

Return the Drupal Entity type

Return value

string The entity type associated with this object

Overrides LingotekTranslatableEntity::getEntityType

File

lib/Drupal/lingotek/LingotekConfigChunk.php, line 882
Defines LingotekConfigChunk.

Class

LingotekConfigChunk
A class wrapper for Lingotek-specific behavior on ConfigChunks.

Code

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