public function LingotekProfileInterface::hasIntelligenceMetadataOverrides in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8.2 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasIntelligenceMetadataOverrides()
- 4.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasIntelligenceMetadataOverrides()
- 3.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasIntelligenceMetadataOverrides()
- 3.1.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasIntelligenceMetadataOverrides()
- 3.2.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasIntelligenceMetadataOverrides()
- 3.3.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasIntelligenceMetadataOverrides()
- 3.5.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasIntelligenceMetadataOverrides()
- 3.6.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasIntelligenceMetadataOverrides()
- 3.7.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasIntelligenceMetadataOverrides()
- 3.8.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasIntelligenceMetadataOverrides()
Checks if the profile overrides settings for Intelligence metadata.
Return value
bool TRUE if there are Lingotek Intelligence customizations, FALSE if not.
1 method overrides LingotekProfileInterface::hasIntelligenceMetadataOverrides()
- LingotekProfile::hasIntelligenceMetadataOverrides in src/
Entity/ LingotekProfile.php - Checks if the profile overrides settings for Intelligence metadata.
File
- src/
LingotekProfileInterface.php, line 302
Class
- LingotekProfileInterface
- Provides an interface defining a Lingotek profile entity.
Namespace
Drupal\lingotekCode
public function hasIntelligenceMetadataOverrides();