You are here

public function LingotekConfigMetadataInterface::setTargetStatus in Lingotek Translation 3.3.x

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

LingotekConfigMetadataInterface

Namespace

Drupal\lingotek

Code

public function setTargetStatus(array $target_status);