You are here

protected function LingotekIntelligenceService::setValue in Lingotek Translation 3.2.x

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

... See full list

File

src/LingotekIntelligenceService.php, line 513

Class

LingotekIntelligenceService
Service for managing Lingotek Intelligence related configuration.

Namespace

Drupal\lingotek

Code

protected function setValue($key, $value) {
  throw new \BadMethodCallException();
}