public function LingotekIntelligenceMetadataInterface::getCampaignRating in Lingotek Translation 3.8.x
Same name and namespace in other branches
- 8.2 src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getCampaignRating()
- 4.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getCampaignRating()
- 3.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getCampaignRating()
- 3.1.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getCampaignRating()
- 3.2.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getCampaignRating()
- 3.3.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getCampaignRating()
- 3.4.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getCampaignRating()
- 3.5.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getCampaignRating()
- 3.6.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getCampaignRating()
- 3.7.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\lingotekCode
public function getCampaignRating();