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