You are here

public function LingotekIntelligenceService::getBaseDomainPermission in Lingotek Translation 3.8.x

Same name and namespace in other branches
  1. 8.2 src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::getBaseDomainPermission()
  2. 4.0.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::getBaseDomainPermission()
  3. 3.0.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::getBaseDomainPermission()
  4. 3.1.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::getBaseDomainPermission()
  5. 3.2.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::getBaseDomainPermission()
  6. 3.3.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::getBaseDomainPermission()
  7. 3.4.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::getBaseDomainPermission()
  8. 3.5.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::getBaseDomainPermission()
  9. 3.6.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::getBaseDomainPermission()
  10. 3.7.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::getBaseDomainPermission()

Gets the Permission setting for whether or not to include the Base Domain in the metadata.

Return value

bool

Overrides LingotekIntelligenceMetadataInterface::getBaseDomainPermission

File

src/LingotekIntelligenceService.php, line 438

Class

LingotekIntelligenceService
Service for managing Lingotek Intelligence related configuration.

Namespace

Drupal\lingotek

Code

public function getBaseDomainPermission() {
  return $this
    ->getPermission(__FUNCTION__);
}