public function LingotekConfigChunk::setTitle in Lingotek Translation 7.5
Set the display name for the document in the TMS
Overrides LingotekTranslatableEntity::setTitle
File
- lib/
Drupal/ lingotek/ LingotekConfigChunk.php, line 134 - Defines LingotekConfigChunk.
Class
- LingotekConfigChunk
- A class wrapper for Lingotek-specific behavior on ConfigChunks.
Code
public function setTitle($title) {
$this->title = $title;
}