You are here

public function LingotekIntelligenceMetadataInterface::setContactEmailForAuthorPermission in Lingotek Translation 3.8.x

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

Sets the Permission setting for whether or not to use the Contact Email as the author's email.

Parameters

bool $use_contact_email_for_author: Flag indicating if we want to use contact email as author if author is not set.

Return value

$this

3 methods override LingotekIntelligenceMetadataInterface::setContactEmailForAuthorPermission()
LingotekIntelligenceService::setContactEmailForAuthorPermission in src/LingotekIntelligenceService.php
Sets the Permission setting for whether or not to use the Contact Email as the author's email.
LingotekIntelligenceServiceConfig::setContactEmailForAuthorPermission in src/LingotekIntelligenceServiceConfig.php
Sets the Permission setting for whether or not to use the Contact Email as the author's email.
LingotekProfile::setContactEmailForAuthorPermission in src/Entity/LingotekProfile.php
Sets the Permission setting for whether or not to use the Contact Email as the author's email.

File

src/LingotekIntelligenceMetadataInterface.php, line 291

Class

LingotekIntelligenceMetadataInterface
Contract for any Lingotek Intelligence metadata provider.

Namespace

Drupal\lingotek

Code

public function setContactEmailForAuthorPermission($use_contact_email_for_author);