public function LingotekIntelligenceMetadataInterface::getContactEmailForAuthorPermission in Lingotek Translation 3.8.x
Same name and namespace in other branches
- 8.2 src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getContactEmailForAuthorPermission()
- 4.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getContactEmailForAuthorPermission()
- 3.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getContactEmailForAuthorPermission()
- 3.1.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getContactEmailForAuthorPermission()
- 3.2.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getContactEmailForAuthorPermission()
- 3.3.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getContactEmailForAuthorPermission()
- 3.4.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getContactEmailForAuthorPermission()
- 3.5.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getContactEmailForAuthorPermission()
- 3.6.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getContactEmailForAuthorPermission()
- 3.7.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getContactEmailForAuthorPermission()
Gets the Permission setting for whether or not to use the Contact Email as the author's email.
Return value
bool
3 methods override LingotekIntelligenceMetadataInterface::getContactEmailForAuthorPermission()
- LingotekIntelligenceService::getContactEmailForAuthorPermission in src/
LingotekIntelligenceService.php - Gets the Permission setting for whether or not to use the Contact Email as the author's email.
- LingotekIntelligenceServiceConfig::getContactEmailForAuthorPermission in src/
LingotekIntelligenceServiceConfig.php - Gets the Permission setting for whether or not to use the Contact Email as the author's email.
- LingotekProfile::getContactEmailForAuthorPermission in src/
Entity/ LingotekProfile.php - Gets the Permission setting for whether or not to use the Contact Email as the author's email.
File
- src/
LingotekIntelligenceMetadataInterface.php, line 279
Class
- LingotekIntelligenceMetadataInterface
- Contract for any Lingotek Intelligence metadata provider.
Namespace
Drupal\lingotekCode
public function getContactEmailForAuthorPermission();