public function LingotekConfigMetadataInterface::setSourceStatus in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8 src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setSourceStatus()
- 8.2 src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setSourceStatus()
- 4.0.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setSourceStatus()
- 3.0.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setSourceStatus()
- 3.1.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setSourceStatus()
- 3.2.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setSourceStatus()
- 3.3.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setSourceStatus()
- 3.5.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setSourceStatus()
- 3.6.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setSourceStatus()
- 3.7.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setSourceStatus()
- 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
Namespace
Drupal\lingotekCode
public function setSourceStatus(array $source_status);