public function LingotekTranslatableEntity::setTargetsStatus in Lingotek Translation 7.7
Same name and namespace in other branches
- 7.5 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::setTargetsStatus()
- 7.6 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::setTargetsStatus()
2 methods override LingotekTranslatableEntity::setTargetsStatus()
- LingotekConfigSet::setTargetsStatus in lib/
Drupal/ lingotek/ LingotekConfigSet.php - Assign the set's target status(es) in the config metadata table
- LingotekEntity::setTargetsStatus in lib/
Drupal/ lingotek/ LingotekEntity.php - Assign the entity's target status(es) in the config metadata table
File
- lib/
Drupal/ lingotek/ LingotekTranslatableEntity.php, line 101 - Defines LingotekTranslatableEntity.
Class
- LingotekTranslatableEntity
- An interface for entities that are eligible for translation via the Lingotek platform.
Code
public function setTargetsStatus($status, $lingotek_locale = NULL);