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