public function LingotekIntelligenceMetadataInterface::setCampaignIdPermission in Lingotek Translation 3.0.x
Same name and namespace in other branches
- 8.2 src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setCampaignIdPermission()
- 4.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setCampaignIdPermission()
- 3.1.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setCampaignIdPermission()
- 3.2.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setCampaignIdPermission()
- 3.3.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setCampaignIdPermission()
- 3.4.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setCampaignIdPermission()
- 3.5.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setCampaignIdPermission()
- 3.6.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setCampaignIdPermission()
- 3.7.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setCampaignIdPermission()
- 3.8.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setCampaignIdPermission()
Sets the Permission setting for whether or not to use the Campaign Id.
Parameters
bool $use_campaign_id: Flag indicating if we want to indicate the Campaign ID.
Return value
$this
3 methods override LingotekIntelligenceMetadataInterface::setCampaignIdPermission()
- LingotekIntelligenceService::setCampaignIdPermission in src/
LingotekIntelligenceService.php - Sets the Permission setting for whether or not to use the Campaign Id.
- LingotekIntelligenceServiceConfig::setCampaignIdPermission in src/
LingotekIntelligenceServiceConfig.php - Sets the Permission setting for whether or not to use the Campaign Id.
- LingotekProfile::setCampaignIdPermission in src/
Entity/ LingotekProfile.php - Sets the Permission setting for whether or not to use the Campaign Id.
File
- src/
LingotekIntelligenceMetadataInterface.php, line 341
Class
- LingotekIntelligenceMetadataInterface
- Contract for any Lingotek Intelligence metadata provider.
Namespace
Drupal\lingotekCode
public function setCampaignIdPermission($use_campaign_id);