You are here

public function LingotekProfile::getAppendContentTypeToTitle in Lingotek Translation 3.1.x

Same name and namespace in other branches
  1. 8.2 src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getAppendContentTypeToTitle()
  2. 4.0.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getAppendContentTypeToTitle()
  3. 3.0.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getAppendContentTypeToTitle()
  4. 3.2.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getAppendContentTypeToTitle()
  5. 3.3.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getAppendContentTypeToTitle()
  6. 3.4.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getAppendContentTypeToTitle()
  7. 3.5.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getAppendContentTypeToTitle()
  8. 3.6.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getAppendContentTypeToTitle()
  9. 3.7.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getAppendContentTypeToTitle()
  10. 3.8.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getAppendContentTypeToTitle()

Returns value of append content type to title option.

Return value

string Values will be 'global_setting', 'yes', or 'no'

Overrides LingotekProfileInterface::getAppendContentTypeToTitle

File

src/Entity/LingotekProfile.php, line 640

Class

LingotekProfile
Defines the LingotekProfile entity.

Namespace

Drupal\lingotek\Entity

Code

public function getAppendContentTypeToTitle() {
  return $this->append_type_to_title;
}