You are here

public function LingotekProfileInterface::setAppendContentTypeToTitle in Lingotek Translation 3.6.x

Same name and namespace in other branches
  1. 8.2 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAppendContentTypeToTitle()
  2. 4.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAppendContentTypeToTitle()
  3. 3.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAppendContentTypeToTitle()
  4. 3.1.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAppendContentTypeToTitle()
  5. 3.2.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAppendContentTypeToTitle()
  6. 3.3.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAppendContentTypeToTitle()
  7. 3.4.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAppendContentTypeToTitle()
  8. 3.5.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAppendContentTypeToTitle()
  9. 3.7.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAppendContentTypeToTitle()
  10. 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\lingotek

Code

public function setAppendContentTypeToTitle($append_type_to_title = 'global_setting');