You are here

public function LingotekIntelligenceMetadataInterface::getPurchaseOrderPermission in Lingotek Translation 3.8.x

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

Gets the Permission setting for whether or not to include the Purchase Order.

Return value

bool

3 methods override LingotekIntelligenceMetadataInterface::getPurchaseOrderPermission()
LingotekIntelligenceService::getPurchaseOrderPermission in src/LingotekIntelligenceService.php
Gets the Permission setting for whether or not to include the Purchase Order.
LingotekIntelligenceServiceConfig::getPurchaseOrderPermission in src/LingotekIntelligenceServiceConfig.php
Gets the Permission setting for whether or not to include the Purchase Order.
LingotekProfile::getPurchaseOrderPermission in src/Entity/LingotekProfile.php
Gets the Permission setting for whether or not to include the Purchase Order.

File

src/LingotekIntelligenceMetadataInterface.php, line 460

Class

LingotekIntelligenceMetadataInterface
Contract for any Lingotek Intelligence metadata provider.

Namespace

Drupal\lingotek

Code

public function getPurchaseOrderPermission();