public function LingotekConfigSet::setTitle in Lingotek Translation 7.7
Same name and namespace in other branches
- 7.6 lib/Drupal/lingotek/LingotekConfigSet.php \LingotekConfigSet::setTitle()
Set the display name for the document in the TMS
Overrides LingotekTranslatableEntity::setTitle
File
- lib/
Drupal/ lingotek/ LingotekConfigSet.php, line 133 - Defines LingotekConfigSet.
Class
- LingotekConfigSet
- A class wrapper for Lingotek-specific behavior on ConfigSets.
Code
public function setTitle($title) {
$this->title = $title;
}