public function LingotekIntelligenceMetadataInterface::setPurchaseOrder in Lingotek Translation 3.3.x
Same name and namespace in other branches
- 8.2 src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setPurchaseOrder()
- 4.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setPurchaseOrder()
- 3.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setPurchaseOrder()
- 3.1.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setPurchaseOrder()
- 3.2.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setPurchaseOrder()
- 3.4.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setPurchaseOrder()
- 3.5.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setPurchaseOrder()
- 3.6.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setPurchaseOrder()
- 3.7.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setPurchaseOrder()
- 3.8.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\lingotekCode
public function setPurchaseOrder($purchase_order);