You are here

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

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

Sets the Region the content is meant for, presented to, or created in.

Parameters

string $region: The Region.

Return value

$this

3 methods override LingotekIntelligenceMetadataInterface::setRegion()
LingotekIntelligenceService::setRegion in src/LingotekIntelligenceService.php
Sets the Region the content is meant for, presented to, or created in.
LingotekIntelligenceServiceConfig::setRegion in src/LingotekIntelligenceServiceConfig.php
Sets the Region the content is meant for, presented to, or created in.
LingotekProfile::setRegion in src/Entity/LingotekProfile.php
Sets the Region the content is meant for, presented to, or created in.

File

src/LingotekIntelligenceMetadataInterface.php, line 217

Class

LingotekIntelligenceMetadataInterface
Contract for any Lingotek Intelligence metadata provider.

Namespace

Drupal\lingotek

Code

public function setRegion($region);