public function LingotekIntelligenceMetadataInterface::setDefaultAuthorEmail in Lingotek Translation 3.5.x
Same name and namespace in other branches
- 8.2 src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setDefaultAuthorEmail()
- 4.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setDefaultAuthorEmail()
- 3.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setDefaultAuthorEmail()
- 3.1.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setDefaultAuthorEmail()
- 3.2.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setDefaultAuthorEmail()
- 3.3.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setDefaultAuthorEmail()
- 3.4.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setDefaultAuthorEmail()
- 3.6.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setDefaultAuthorEmail()
- 3.7.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setDefaultAuthorEmail()
- 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\lingotekCode
public function setDefaultAuthorEmail($default_author_email);