You are here

public function LingotekIntelligenceMetadataInterface::getChannelPermission in Lingotek Translation 3.2.x

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

Gets the Permission setting for whether or not the Channel should be used and tracked.

Return value

bool

3 methods override LingotekIntelligenceMetadataInterface::getChannelPermission()
LingotekIntelligenceService::getChannelPermission in src/LingotekIntelligenceService.php
Gets the Permission setting for whether or not the Channel should be used and tracked.
LingotekIntelligenceServiceConfig::getChannelPermission in src/LingotekIntelligenceServiceConfig.php
Gets the Permission setting for whether or not the Channel should be used and tracked.
LingotekProfile::getChannelPermission in src/Entity/LingotekProfile.php
Gets the Permission setting for whether or not the Channel should be used and tracked.

File

src/LingotekIntelligenceMetadataInterface.php, line 369

Class

LingotekIntelligenceMetadataInterface
Contract for any Lingotek Intelligence metadata provider.

Namespace

Drupal\lingotek

Code

public function getChannelPermission();