You are here

public function LingotekIntelligenceMetadataInterface::setCampaignRatingPermission in Lingotek Translation 3.3.x

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

Sets the Permission setting for whether or not the Campaign Rating should be used and tracked.

Parameters

bool $use_campaign_rating: Flag indicating if we want to indicate the Campaign Rating.

Return value

$this

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

File

src/LingotekIntelligenceMetadataInterface.php, line 361

Class

LingotekIntelligenceMetadataInterface
Contract for any Lingotek Intelligence metadata provider.

Namespace

Drupal\lingotek

Code

public function setCampaignRatingPermission($use_campaign_rating);