You are here

public function LingotekIntelligenceMetadataInterface::setCampaignId in Lingotek Translation 3.4.x

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

Set the Campaign ID associated with this content. The Campaign ID could be for a marketing or other campaign. This allows particular content to be associated with the campaign and then be able to see how a campaign is doing by only looking at content from the campaign.

Parameters

string $campaign_id: The Campaign ID.

Return value

$this

3 methods override LingotekIntelligenceMetadataInterface::setCampaignId()
LingotekIntelligenceService::setCampaignId in src/LingotekIntelligenceService.php
Set the Campaign ID associated with this content. The Campaign ID could be for a marketing or other campaign. This allows particular content to be associated with the campaign and then be able to see how a campaign is doing by only looking at content…
LingotekIntelligenceServiceConfig::setCampaignId in src/LingotekIntelligenceServiceConfig.php
Set the Campaign ID associated with this content. The Campaign ID could be for a marketing or other campaign. This allows particular content to be associated with the campaign and then be able to see how a campaign is doing by only looking at content…
LingotekProfile::setCampaignId in src/Entity/LingotekProfile.php
Set the Campaign ID associated with this content. The Campaign ID could be for a marketing or other campaign. This allows particular content to be associated with the campaign and then be able to see how a campaign is doing by only looking at content…

File

src/LingotekIntelligenceMetadataInterface.php, line 76

Class

LingotekIntelligenceMetadataInterface
Contract for any Lingotek Intelligence metadata provider.

Namespace

Drupal\lingotek

Code

public function setCampaignId($campaign_id);