public function LingotekProfileInterface::getAppendContentTypeToTitle in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8.2 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getAppendContentTypeToTitle()
- 4.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getAppendContentTypeToTitle()
- 3.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getAppendContentTypeToTitle()
- 3.1.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getAppendContentTypeToTitle()
- 3.2.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getAppendContentTypeToTitle()
- 3.3.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getAppendContentTypeToTitle()
- 3.5.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getAppendContentTypeToTitle()
- 3.6.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getAppendContentTypeToTitle()
- 3.7.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getAppendContentTypeToTitle()
- 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\lingotekCode
public function getAppendContentTypeToTitle();