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