public function LingotekIntelligenceMetadataInterface::setRegionPermission in Lingotek Translation 3.1.x
Same name and namespace in other branches
- 8.2 src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setRegionPermission()
- 4.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setRegionPermission()
- 3.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setRegionPermission()
- 3.2.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setRegionPermission()
- 3.3.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setRegionPermission()
- 3.4.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setRegionPermission()
- 3.5.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setRegionPermission()
- 3.6.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setRegionPermission()
- 3.7.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setRegionPermission()
- 3.8.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setRegionPermission()
Sets the Permission setting for whether or not to include the Region.
Parameters
bool $use_region: Flag indicating if we want to indicate the Region.
Return value
$this
3 methods override LingotekIntelligenceMetadataInterface::setRegionPermission()
- LingotekIntelligenceService::setRegionPermission in src/
LingotekIntelligenceService.php - Sets the Permission setting for whether or not to include the Region.
- LingotekIntelligenceServiceConfig::setRegionPermission in src/
LingotekIntelligenceServiceConfig.php - Sets the Permission setting for whether or not to include the Region.
- LingotekProfile::setRegionPermission in src/
Entity/ LingotekProfile.php - Sets the Permission setting for whether or not to include the Region.
File
- src/
LingotekIntelligenceMetadataInterface.php, line 488
Class
- LingotekIntelligenceMetadataInterface
- Contract for any Lingotek Intelligence metadata provider.
Namespace
Drupal\lingotekCode
public function setRegionPermission($use_region);