public function LingotekConfigMetadataInterface::setHash in Lingotek Translation 3.1.x
Same name and namespace in other branches
- 8 src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setHash()
- 8.2 src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setHash()
- 4.0.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setHash()
- 3.0.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setHash()
- 3.2.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setHash()
- 3.3.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setHash()
- 3.4.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setHash()
- 3.5.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setHash()
- 3.6.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setHash()
- 3.7.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setHash()
- 3.8.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setHash()
Sets the hash of the uploaded document.
Parameters
string $hash: The hash of the uploaded document.
Return value
$this
1 method overrides LingotekConfigMetadataInterface::setHash()
- LingotekConfigMetadata::setHash in src/
Entity/ LingotekConfigMetadata.php - Sets the hash of the uploaded document.
File
- src/
LingotekConfigMetadataInterface.php, line 82
Class
Namespace
Drupal\lingotekCode
public function setHash($hash);