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