public function LingotekIntelligenceMetadataInterface::getDefaultAuthorEmail in Lingotek Translation 4.0.x
Same name and namespace in other branches
- 8.2 src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getDefaultAuthorEmail()
- 3.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getDefaultAuthorEmail()
- 3.1.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getDefaultAuthorEmail()
- 3.2.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getDefaultAuthorEmail()
- 3.3.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getDefaultAuthorEmail()
- 3.4.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getDefaultAuthorEmail()
- 3.5.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getDefaultAuthorEmail()
- 3.6.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getDefaultAuthorEmail()
- 3.7.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getDefaultAuthorEmail()
- 3.8.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getDefaultAuthorEmail()
Gets the Default Author Email.
Return value
bool
3 methods override LingotekIntelligenceMetadataInterface::getDefaultAuthorEmail()
- LingotekIntelligenceService::getDefaultAuthorEmail in src/
LingotekIntelligenceService.php - Gets the Default Author Email.
- LingotekIntelligenceServiceConfig::getDefaultAuthorEmail in src/
LingotekIntelligenceServiceConfig.php - Gets the Default Author Email.
- LingotekProfile::getDefaultAuthorEmail in src/
Entity/ LingotekProfile.php - Gets the Default Author Email.
File
- src/
LingotekIntelligenceMetadataInterface.php, line 242
Class
- LingotekIntelligenceMetadataInterface
- Contract for any Lingotek Intelligence metadata provider.
Namespace
Drupal\lingotekCode
public function getDefaultAuthorEmail();