You are here

public function LingotekTranslatableEntity::setTitle in Lingotek Translation 7.7

Same name and namespace in other branches
  1. 7.5 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::setTitle()
  2. 7.6 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::setTitle()
2 methods override LingotekTranslatableEntity::setTitle()
LingotekConfigSet::setTitle in lib/Drupal/lingotek/LingotekConfigSet.php
Set the display name for the document in the TMS
LingotekEntity::setTitle in lib/Drupal/lingotek/LingotekEntity.php

File

lib/Drupal/lingotek/LingotekTranslatableEntity.php, line 97
Defines LingotekTranslatableEntity.

Class

LingotekTranslatableEntity
An interface for entities that are eligible for translation via the Lingotek platform.

Code

public function setTitle($title);