You are here

public function LingotekIntelligenceMetadataInterface::getCampaignRating in Lingotek Translation 4.0.x

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

Get the Campaign Rating associated with the content and the Campaign (which is represented by the Campaign ID).

Return value

int

3 methods override LingotekIntelligenceMetadataInterface::getCampaignRating()
LingotekIntelligenceService::getCampaignRating in src/LingotekIntelligenceService.php
Get the Campaign Rating associated with the content and the Campaign (which is represented by the Campaign ID).
LingotekIntelligenceServiceConfig::getCampaignRating in src/LingotekIntelligenceServiceConfig.php
Get the Campaign Rating associated with the content and the Campaign (which is represented by the Campaign ID).
LingotekProfile::getCampaignRating in src/Entity/LingotekProfile.php
Get the Campaign Rating associated with the content and the Campaign (which is represented by the Campaign ID).

File

src/LingotekIntelligenceMetadataInterface.php, line 84

Class

LingotekIntelligenceMetadataInterface
Contract for any Lingotek Intelligence metadata provider.

Namespace

Drupal\lingotek

Code

public function getCampaignRating();