You are here

public function LingotekIntelligenceMetadataInterface::setDefaultAuthorEmail in Lingotek Translation 3.2.x

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

Sets the Default Author Email that should be used.

Parameters

string $default_author_email: The Default Author Email.

Return value

$this

3 methods override LingotekIntelligenceMetadataInterface::setDefaultAuthorEmail()
LingotekIntelligenceService::setDefaultAuthorEmail in src/LingotekIntelligenceService.php
Sets the Default Author Email that should be used.
LingotekIntelligenceServiceConfig::setDefaultAuthorEmail in src/LingotekIntelligenceServiceConfig.php
Sets the Default Author Email that should be used.
LingotekProfile::setDefaultAuthorEmail in src/Entity/LingotekProfile.php
Sets the Default Author Email that should be used.

File

src/LingotekIntelligenceMetadataInterface.php, line 252

Class

LingotekIntelligenceMetadataInterface
Contract for any Lingotek Intelligence metadata provider.

Namespace

Drupal\lingotek

Code

public function setDefaultAuthorEmail($default_author_email);