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