You are here

public function LingotekProfileInterface::setIntelligenceMetadataOverrides in Lingotek Translation 3.1.x

Same name and namespace in other branches
  1. 8.2 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setIntelligenceMetadataOverrides()
  2. 4.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setIntelligenceMetadataOverrides()
  3. 3.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setIntelligenceMetadataOverrides()
  4. 3.2.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setIntelligenceMetadataOverrides()
  5. 3.3.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setIntelligenceMetadataOverrides()
  6. 3.4.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setIntelligenceMetadataOverrides()
  7. 3.5.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setIntelligenceMetadataOverrides()
  8. 3.6.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setIntelligenceMetadataOverrides()
  9. 3.7.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setIntelligenceMetadataOverrides()
  10. 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 312

Class

LingotekProfileInterface
Provides an interface defining a Lingotek profile entity.

Namespace

Drupal\lingotek

Code

public function setIntelligenceMetadataOverrides($value);