You are here

public function PreviewLinkInterface::getGeneratedTimestamp in Preview Link 2.0.x

Same name and namespace in other branches
  1. 8 src/Entity/PreviewLinkInterface.php \Drupal\preview_link\Entity\PreviewLinkInterface::getGeneratedTimestamp()
  2. 2.x src/Entity/PreviewLinkInterface.php \Drupal\preview_link\Entity\PreviewLinkInterface::getGeneratedTimestamp()

Gets the timestamp stamp of when the token was generated.

Return value

int The timestamp.

1 method overrides PreviewLinkInterface::getGeneratedTimestamp()
PreviewLink::getGeneratedTimestamp in src/Entity/PreviewLink.php
Gets the timestamp stamp of when the token was generated.

File

src/Entity/PreviewLinkInterface.php, line 63

Class

PreviewLinkInterface
Interface for the preview link entity.

Namespace

Drupal\preview_link\Entity

Code

public function getGeneratedTimestamp() : int;