public function LingotekConfigMetadataInterface::setLastUpdated in Lingotek Translation 3.6.x
Same name and namespace in other branches
- 4.0.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setLastUpdated()
- 3.4.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setLastUpdated()
- 3.5.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setLastUpdated()
- 3.7.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setLastUpdated()
- 3.8.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setLastUpdated()
Sets the timestamp for the time of the initial upload.
Parameters
int $timestamp: The unix timestamp of the event.
Return value
$this
1 method overrides LingotekConfigMetadataInterface::setLastUpdated()
- LingotekConfigMetadata::setLastUpdated in src/
Entity/ LingotekConfigMetadata.php - Sets the timestamp for the time of the initial upload.
File
- src/
LingotekConfigMetadataInterface.php, line 124
Class
Namespace
Drupal\lingotekCode
public function setLastUpdated($timestamp);