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