public function LingotekConfigChunk::getDocumentName in Lingotek Translation 7.5
Overrides LingotekTranslatableEntity::getDocumentName
File
- lib/
Drupal/ lingotek/ LingotekConfigChunk.php, line 973 - Defines LingotekConfigChunk.
Class
- LingotekConfigChunk
- A class wrapper for Lingotek-specific behavior on ConfigChunks.
Code
public function getDocumentName() {
return $this
->getTitle();
}