You are here

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

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

Sets the Purchase Order associated with the purchase of the translation.

Parameters

string $purchase_order: The Purchase Order.

Return value

$this

3 methods override LingotekIntelligenceMetadataInterface::setPurchaseOrder()
LingotekIntelligenceService::setPurchaseOrder in src/LingotekIntelligenceService.php
Sets the Purchase Order associated with the purchase of the translation.
LingotekIntelligenceServiceConfig::setPurchaseOrder in src/LingotekIntelligenceServiceConfig.php
Sets the Purchase Order associated with the purchase of the translation.
LingotekProfile::setPurchaseOrder in src/Entity/LingotekProfile.php
Sets the Purchase Order associated with the purchase of the translation.

File

src/LingotekIntelligenceMetadataInterface.php, line 182

Class

LingotekIntelligenceMetadataInterface
Contract for any Lingotek Intelligence metadata provider.

Namespace

Drupal\lingotek

Code

public function setPurchaseOrder($purchase_order);