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