You are here

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

Same name and namespace in other branches
  1. 4.0.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setLastUpdated()
  2. 3.5.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setLastUpdated()
  3. 3.6.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setLastUpdated()
  4. 3.7.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setLastUpdated()
  5. 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

LingotekConfigMetadataInterface

Namespace

Drupal\lingotek

Code

public function setLastUpdated($timestamp);