You are here

public function LingotekEntity::setTitle in Lingotek Translation 7.7

Same name and namespace in other branches
  1. 7.5 lib/Drupal/lingotek/LingotekEntity.php \LingotekEntity::setTitle()
  2. 7.6 lib/Drupal/lingotek/LingotekEntity.php \LingotekEntity::setTitle()

Overrides LingotekTranslatableEntity::setTitle

File

lib/Drupal/lingotek/LingotekEntity.php, line 318
Defines LingotekEntity.

Class

LingotekEntity
A class wrapper for Lingotek-specific behavior on nodes.

Code

public function setTitle($title) {
  $this->title = $title;
}