You are here

public function LingotekIntelligenceMetadataInterface::setExternalStyleIdPermission in Lingotek Translation 3.5.x

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

Sets the Permission setting for whether or not to include the External Style Id.

Parameters

bool $use_external_style_id: Flag indicating if we want to indicate the External Style ID.

Return value

$this

3 methods override LingotekIntelligenceMetadataInterface::setExternalStyleIdPermission()
LingotekIntelligenceService::setExternalStyleIdPermission in src/LingotekIntelligenceService.php
Sets the Permission setting for whether or not to include the External Style Id.
LingotekIntelligenceServiceConfig::setExternalStyleIdPermission in src/LingotekIntelligenceServiceConfig.php
Sets the Permission setting for whether or not to include the External Style Id.
LingotekProfile::setExternalStyleIdPermission in src/Entity/LingotekProfile.php
Sets the Permission setting for whether or not to include the External Style Id.

File

src/LingotekIntelligenceMetadataInterface.php, line 452

Class

LingotekIntelligenceMetadataInterface
Contract for any Lingotek Intelligence metadata provider.

Namespace

Drupal\lingotek

Code

public function setExternalStyleIdPermission($use_external_style_id);