public function LingotekConfigMetadataInterface::setTargetStatus in Lingotek Translation 3.1.x
Same name and namespace in other branches
- 8 src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setTargetStatus()
- 8.2 src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setTargetStatus()
- 4.0.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setTargetStatus()
- 3.0.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setTargetStatus()
- 3.2.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setTargetStatus()
- 3.3.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setTargetStatus()
- 3.4.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setTargetStatus()
- 3.5.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setTargetStatus()
- 3.6.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setTargetStatus()
- 3.7.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setTargetStatus()
- 3.8.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setTargetStatus()
Sets the target status.
Parameters
array $target_status: The target status, as an associative array langcode => status_code.
Return value
$this
1 method overrides LingotekConfigMetadataInterface::setTargetStatus()
- LingotekConfigMetadata::setTargetStatus in src/
Entity/ LingotekConfigMetadata.php - Sets the target status.
File
- src/
LingotekConfigMetadataInterface.php, line 52
Class
Namespace
Drupal\lingotekCode
public function setTargetStatus(array $target_status);