You are here

public function LingotekIntelligenceMetadataInterface::setAuthorEmailPermission in Lingotek Translation 3.4.x

Same name and namespace in other branches
  1. 8.2 src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setAuthorEmailPermission()
  2. 4.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setAuthorEmailPermission()
  3. 3.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setAuthorEmailPermission()
  4. 3.1.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setAuthorEmailPermission()
  5. 3.2.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setAuthorEmailPermission()
  6. 3.3.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setAuthorEmailPermission()
  7. 3.5.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setAuthorEmailPermission()
  8. 3.6.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setAuthorEmailPermission()
  9. 3.7.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setAuthorEmailPermission()
  10. 3.8.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setAuthorEmailPermission()

Sets the Permission setting for whether or not an Author Email should be used in the Intelligence Metadata.

Parameters

bool $use_author_email: Flag indicating if the author email should be used.

Return value

$this

3 methods override LingotekIntelligenceMetadataInterface::setAuthorEmailPermission()
LingotekIntelligenceService::setAuthorEmailPermission in src/LingotekIntelligenceService.php
Sets the Permission setting for whether or not an Author Email should be used in the Intelligence Metadata.
LingotekIntelligenceServiceConfig::setAuthorEmailPermission in src/LingotekIntelligenceServiceConfig.php
Sets the Permission setting for whether or not an Author Email should be used in the Intelligence Metadata.
LingotekProfile::setAuthorEmailPermission in src/Entity/LingotekProfile.php
Sets the Permission setting for whether or not an Author Email should be used in the Intelligence Metadata.

File

src/LingotekIntelligenceMetadataInterface.php, line 271

Class

LingotekIntelligenceMetadataInterface
Contract for any Lingotek Intelligence metadata provider.

Namespace

Drupal\lingotek

Code

public function setAuthorEmailPermission($use_author_email);