public function LingotekEntity::getDocumentName in Lingotek Translation 7.5
Same name and namespace in other branches
- 7.7 lib/Drupal/lingotek/LingotekEntity.php \LingotekEntity::getDocumentName()
- 7.6 lib/Drupal/lingotek/LingotekEntity.php \LingotekEntity::getDocumentName()
Overrides LingotekTranslatableEntity::getDocumentName
File
- lib/
Drupal/ lingotek/ LingotekEntity.php, line 324 - Defines LingotekEntity.
Class
- LingotekEntity
- A class wrapper for Lingotek-specific behavior on nodes.
Code
public function getDocumentName() {
return $this
->getTitle();
//return $this->getEntityType() . ' - ' . $this->getId();
}