You are here

public function LingotekIntelligenceMetadataInterface::getCampaignIdPermission in Lingotek Translation 3.4.x

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

Gets the Permission setting for whether or not to use the Campaign Id.

Return value

bool

3 methods override LingotekIntelligenceMetadataInterface::getCampaignIdPermission()
LingotekIntelligenceService::getCampaignIdPermission in src/LingotekIntelligenceService.php
Gets the Permission setting for whether or not to use the Campaign Id.
LingotekIntelligenceServiceConfig::getCampaignIdPermission in src/LingotekIntelligenceServiceConfig.php
Gets the Permission setting for whether or not to use the Campaign Id.
LingotekProfile::getCampaignIdPermission in src/Entity/LingotekProfile.php
Gets the Permission setting for whether or not to use the Campaign Id.

File

src/LingotekIntelligenceMetadataInterface.php, line 332

Class

LingotekIntelligenceMetadataInterface
Contract for any Lingotek Intelligence metadata provider.

Namespace

Drupal\lingotek

Code

public function getCampaignIdPermission();