protected function LingotekIntelligenceService::setValue in Lingotek Translation 3.3.x
Same name and namespace in other branches
- 8.2 src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::setValue()
- 4.0.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::setValue()
- 3.0.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::setValue()
- 3.1.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::setValue()
- 3.2.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::setValue()
- 3.4.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::setValue()
- 3.5.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::setValue()
- 3.6.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::setValue()
- 3.7.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::setValue()
- 3.8.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::setValue()
We don't allow to store values on this service.
Throws
\BadMethodCallException
28 calls to LingotekIntelligenceService::setValue()
- LingotekIntelligenceService::setAuthorEmailPermission in src/
LingotekIntelligenceService.php - Sets the Permission setting for whether or not an Author Email should be used in the Intelligence Metadata.
- LingotekIntelligenceService::setAuthorPermission in src/
LingotekIntelligenceService.php - Sets the Permission setting for whether or not the author information should be sent.
- LingotekIntelligenceService::setBaseDomainPermission in src/
LingotekIntelligenceService.php - Sets the Permission setting for whether or not to include the Base Domain in the metadata.
- LingotekIntelligenceService::setBusinessDivision in src/
LingotekIntelligenceService.php - Set the Business Division responsible for the content with this metadata. A Business Division is defined as a discrete part of a company that may operate under the same name and legal responsibility or as a separate corporate and legal entity under…
- LingotekIntelligenceService::setBusinessDivisionPermission in src/
LingotekIntelligenceService.php - Sets the Permission setting for whether or not to use the Business Division.
File
- src/
LingotekIntelligenceService.php, line 513
Class
- LingotekIntelligenceService
- Service for managing Lingotek Intelligence related configuration.
Namespace
Drupal\lingotekCode
protected function setValue($key, $value) {
throw new \BadMethodCallException();
}