public function LingotekConfigChunk::getEntityType in Lingotek Translation 7.4
Same name and namespace in other branches
- 7.3 lib/Drupal/lingotek/LingotekConfigChunk.php \LingotekConfigChunk::getEntityType()
- 7.5 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 850 - Defines LingotekConfigChunk.
Class
- LingotekConfigChunk
- A class wrapper for Lingotek-specific behavior on ConfigChunks.
Code
public function getEntityType() {
return self::DRUPAL_ENTITY_TYPE;
}