You are here

public function LingotekConfigSet::getEntityType in Lingotek Translation 7.6

Same name and namespace in other branches
  1. 7.7 lib/Drupal/lingotek/LingotekConfigSet.php \LingotekConfigSet::getEntityType()

Return the Drupal Entity type

Return value

string The entity type associated with this object

Overrides LingotekTranslatableEntity::getEntityType

File

lib/Drupal/lingotek/LingotekConfigSet.php, line 1097
Defines LingotekConfigSet.

Class

LingotekConfigSet
A class wrapper for Lingotek-specific behavior on ConfigSets.

Code

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