public function LingotekIntelligenceMetadataInterface::getReferenceUrlPermission in Lingotek Translation 3.8.x
Same name and namespace in other branches
- 8.2 src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getReferenceUrlPermission()
- 4.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getReferenceUrlPermission()
- 3.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getReferenceUrlPermission()
- 3.1.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getReferenceUrlPermission()
- 3.2.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getReferenceUrlPermission()
- 3.3.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getReferenceUrlPermission()
- 3.4.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getReferenceUrlPermission()
- 3.5.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getReferenceUrlPermission()
- 3.6.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getReferenceUrlPermission()
- 3.7.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getReferenceUrlPermission()
Gets the Permission setting for whether or not the Reference URL for this content should be included in the metadata.
Return value
bool
3 methods override LingotekIntelligenceMetadataInterface::getReferenceUrlPermission()
- LingotekIntelligenceService::getReferenceUrlPermission in src/
LingotekIntelligenceService.php - Gets the Permission setting for whether or not the Reference URL for this content should be included in the metadata.
- LingotekIntelligenceServiceConfig::getReferenceUrlPermission in src/
LingotekIntelligenceServiceConfig.php - Gets the Permission setting for whether or not the Reference URL for this content should be included in the metadata.
- LingotekProfile::getReferenceUrlPermission in src/
Entity/ LingotekProfile.php - Gets the Permission setting for whether or not the Reference URL for this content should be included in the metadata.
File
- src/
LingotekIntelligenceMetadataInterface.php, line 515
Class
- LingotekIntelligenceMetadataInterface
- Contract for any Lingotek Intelligence metadata provider.
Namespace
Drupal\lingotekCode
public function getReferenceUrlPermission();