public function LingotekIntelligenceMetadataInterface::getCampaignId in Lingotek Translation 3.1.x
Same name and namespace in other branches
- 8.2 src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getCampaignId()
- 4.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getCampaignId()
- 3.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getCampaignId()
- 3.2.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getCampaignId()
- 3.3.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getCampaignId()
- 3.4.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getCampaignId()
- 3.5.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getCampaignId()
- 3.6.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getCampaignId()
- 3.7.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getCampaignId()
- 3.8.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getCampaignId()
Get the Campaign ID associated with this content.
Return value
string
3 methods override LingotekIntelligenceMetadataInterface::getCampaignId()
- LingotekIntelligenceService::getCampaignId in src/
LingotekIntelligenceService.php - Get the Campaign ID associated with this content.
- LingotekIntelligenceServiceConfig::getCampaignId in src/
LingotekIntelligenceServiceConfig.php - Get the Campaign ID associated with this content.
- LingotekProfile::getCampaignId in src/
Entity/ LingotekProfile.php - Get the Campaign ID associated with this content.
File
- src/
LingotekIntelligenceMetadataInterface.php, line 63
Class
- LingotekIntelligenceMetadataInterface
- Contract for any Lingotek Intelligence metadata provider.
Namespace
Drupal\lingotekCode
public function getCampaignId();