You are here

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

Same name and namespace in other branches
  1. 4.0.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setLastUploaded()
  2. 3.5.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setLastUploaded()
  3. 3.6.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setLastUploaded()
  4. 3.7.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setLastUploaded()
  5. 3.8.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setLastUploaded()

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::setLastUploaded()
LingotekConfigMetadata::setLastUploaded in src/Entity/LingotekConfigMetadata.php
Sets the timestamp for the time of the initial upload.

File

src/LingotekConfigMetadataInterface.php, line 107

Class

LingotekConfigMetadataInterface

Namespace

Drupal\lingotek

Code

public function setLastUploaded($timestamp);