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