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