You are here

public function LingotekIntelligenceMetadataInterface::setContactNamePermission in Lingotek Translation 3.1.x

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

Sets the Permission setting for whether or not to include the Contact Name.

Parameters

bool $use_contact_name: Flag indicating if we want to indicate the Contact Name.

Return value

$this

3 methods override LingotekIntelligenceMetadataInterface::setContactNamePermission()
LingotekIntelligenceService::setContactNamePermission in src/LingotekIntelligenceService.php
Sets the Permission setting for whether or not to include the Contact Name.
LingotekIntelligenceServiceConfig::setContactNamePermission in src/LingotekIntelligenceServiceConfig.php
Sets the Permission setting for whether or not to include the Contact Name.
LingotekProfile::setContactNamePermission in src/Entity/LingotekProfile.php
Sets the Permission setting for whether or not to include the Contact Name.

File

src/LingotekIntelligenceMetadataInterface.php, line 397

Class

LingotekIntelligenceMetadataInterface
Contract for any Lingotek Intelligence metadata provider.

Namespace

Drupal\lingotek

Code

public function setContactNamePermission($use_contact_name);