public function InstagramAccountInterface::getLastImportTimestamp in Instagram Feeds 8
Gets the last successfully imported Instagram post timestamp.
Return value
int Unix timestamp or 0.
1 method overrides InstagramAccountInterface::getLastImportTimestamp()
- InstagramAccount::getLastImportTimestamp in src/
Entity/ InstagramAccount.php - Gets the last successfully imported Instagram post timestamp.
File
- src/
Entity/ InstagramAccountInterface.php, line 92
Class
- InstagramAccountInterface
- InstagramAccount Interface.
Namespace
Drupal\instagram_feeds\EntityCode
public function getLastImportTimestamp() : int;