You are here

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

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

Returns value of append content type to title option.

Return value

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

1 method overrides LingotekProfileInterface::getAppendContentTypeToTitle()
LingotekProfile::getAppendContentTypeToTitle in src/Entity/LingotekProfile.php
Returns value of append content type to title option.

File

src/LingotekProfileInterface.php, line 46

Class

LingotekProfileInterface
Provides an interface defining a Lingotek profile entity.

Namespace

Drupal\lingotek

Code

public function getAppendContentTypeToTitle();