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