You are here

public function LingotekConfigMetadataInterface::setSourceStatus in Lingotek Translation 3.4.x

Same name and namespace in other branches
  1. 8 src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setSourceStatus()
  2. 8.2 src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setSourceStatus()
  3. 4.0.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setSourceStatus()
  4. 3.0.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setSourceStatus()
  5. 3.1.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setSourceStatus()
  6. 3.2.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setSourceStatus()
  7. 3.3.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setSourceStatus()
  8. 3.5.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setSourceStatus()
  9. 3.6.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setSourceStatus()
  10. 3.7.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setSourceStatus()
  11. 3.8.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setSourceStatus()

Sets the source status.

Parameters

array $source_status: The source status, as an associative array langcode => status_code.

Return value

$this

1 method overrides LingotekConfigMetadataInterface::setSourceStatus()
LingotekConfigMetadata::setSourceStatus in src/Entity/LingotekConfigMetadata.php
Sets the source status.

File

src/LingotekConfigMetadataInterface.php, line 37

Class

LingotekConfigMetadataInterface

Namespace

Drupal\lingotek

Code

public function setSourceStatus(array $source_status);