You are here

public function LingotekIntelligenceMetadataInterface::setReferenceUrlPermission in Lingotek Translation 3.4.x

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

Sets the Permission setting for whether or not the Reference URL for this content should be included in the metadata.

Parameters

bool $use_reference_url: Flag indicating if we want to indicate the Reference URL.

Return value

$this

3 methods override LingotekIntelligenceMetadataInterface::setReferenceUrlPermission()
LingotekIntelligenceService::setReferenceUrlPermission in src/LingotekIntelligenceService.php
Sets the Permission setting for whether or not the Reference URL for this content should be included in the metadata.
LingotekIntelligenceServiceConfig::setReferenceUrlPermission in src/LingotekIntelligenceServiceConfig.php
Sets the Permission setting for whether or not the Reference URL for this content should be included in the metadata.
LingotekProfile::setReferenceUrlPermission in src/Entity/LingotekProfile.php
Sets the Permission setting for whether or not the Reference URL for this content should be included in the metadata.

File

src/LingotekIntelligenceMetadataInterface.php, line 526

Class

LingotekIntelligenceMetadataInterface
Contract for any Lingotek Intelligence metadata provider.

Namespace

Drupal\lingotek

Code

public function setReferenceUrlPermission($use_reference_url);