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