You are here

protected property LingotekProfile::$intelligence_metadata in Lingotek Translation 3.0.x

Same name and namespace in other branches
  1. 8.2 src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::intelligence_metadata
  2. 4.0.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::intelligence_metadata
  3. 3.1.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::intelligence_metadata
  4. 3.2.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::intelligence_metadata
  5. 3.3.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::intelligence_metadata
  6. 3.4.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::intelligence_metadata
  7. 3.5.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::intelligence_metadata
  8. 3.6.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::intelligence_metadata
  9. 3.7.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::intelligence_metadata
  10. 3.8.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::intelligence_metadata

Metadata for content with this translation profile

Type: array

File

src/Entity/LingotekProfile.php, line 167

Class

LingotekProfile
Defines the LingotekProfile entity.

Namespace

Drupal\lingotek\Entity

Code

protected $intelligence_metadata = [
  'override' => FALSE,
  'business_unit' => '',
  'business_division' => '',
  'campaign_id' => '',
  'campaign_rating' => 0,
  'channel' => '',
  'contact_name' => '',
  'contact_email' => '',
  'content_description' => '',
  'external_style_id' => '',
  'purchase_order' => '',
  'region' => '',
  'use_author' => TRUE,
  'default_author_email' => '',
  'use_author_email' => TRUE,
  'use_contact_email_for_author' => FALSE,
  'use_business_unit' => TRUE,
  'use_business_division' => TRUE,
  'use_campaign_id' => TRUE,
  'use_campaign_rating' => TRUE,
  'use_channel' => TRUE,
  'use_contact_name' => TRUE,
  'use_contact_email' => TRUE,
  'use_content_description' => TRUE,
  'use_external_style_id' => TRUE,
  'use_purchase_order' => TRUE,
  'use_region' => TRUE,
  'use_base_domain' => TRUE,
  'use_reference_url' => TRUE,
];