You are here

public function InstagramAccountInterface::setLastImportTimestamp in Instagram Feeds 8

Sets the last successfully imported Instagram post timestamp.

Parameters

int $timestamp: Unix timestamp or 0.

Return value

$this

1 method overrides InstagramAccountInterface::setLastImportTimestamp()
InstagramAccount::setLastImportTimestamp in src/Entity/InstagramAccount.php
Sets the last successfully imported Instagram post timestamp.

File

src/Entity/InstagramAccountInterface.php, line 102

Class

InstagramAccountInterface
InstagramAccount Interface.

Namespace

Drupal\instagram_feeds\Entity

Code

public function setLastImportTimestamp(int $timestamp = 0);