public function LingotekProfile::getBusinessUnitPermission in Lingotek Translation 3.2.x
Same name and namespace in other branches
- 8.2 src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getBusinessUnitPermission()
- 4.0.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getBusinessUnitPermission()
- 3.0.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getBusinessUnitPermission()
- 3.1.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getBusinessUnitPermission()
- 3.3.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getBusinessUnitPermission()
- 3.4.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getBusinessUnitPermission()
- 3.5.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getBusinessUnitPermission()
- 3.6.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getBusinessUnitPermission()
- 3.7.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getBusinessUnitPermission()
- 3.8.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getBusinessUnitPermission()
Gets the Permission setting for wheter or not to use the Business Unit.
Return value
bool
Overrides LingotekIntelligenceMetadataInterface::getBusinessUnitPermission
File
- src/
Entity/ LingotekProfile.php, line 438
Class
- LingotekProfile
- Defines the LingotekProfile entity.
Namespace
Drupal\lingotek\EntityCode
public function getBusinessUnitPermission() {
return $this->intelligence_metadata['use_business_unit'];
}