public function LingotekProfileInterface::setAppendContentTypeToTitle in Lingotek Translation 3.0.x
Same name and namespace in other branches
- 8.2 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAppendContentTypeToTitle()
- 4.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAppendContentTypeToTitle()
- 3.1.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAppendContentTypeToTitle()
- 3.2.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAppendContentTypeToTitle()
- 3.3.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAppendContentTypeToTitle()
- 3.4.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAppendContentTypeToTitle()
- 3.5.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAppendContentTypeToTitle()
- 3.6.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAppendContentTypeToTitle()
- 3.7.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAppendContentTypeToTitle()
- 3.8.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAppendContentTypeToTitle()
Sets the value of append content type to title option.
Parameters
string $append_type_to_title: Values can be 'global_setting', 'yes', or 'no'
Return value
$this
1 method overrides LingotekProfileInterface::setAppendContentTypeToTitle()
- LingotekProfile::setAppendContentTypeToTitle in src/
Entity/ LingotekProfile.php - Sets the value of append content type to title option.
File
- src/
LingotekProfileInterface.php, line 56
Class
- LingotekProfileInterface
- Provides an interface defining a Lingotek profile entity.
Namespace
Drupal\lingotekCode
public function setAppendContentTypeToTitle($append_type_to_title = 'global_setting');