public function PreviewLinkInterface::getGeneratedTimestamp in Preview Link 8
Same name and namespace in other branches
- 2.x src/Entity/PreviewLinkInterface.php \Drupal\preview_link\Entity\PreviewLinkInterface::getGeneratedTimestamp()
- 2.0.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 56
Class
- PreviewLinkInterface
- Interface for the preview link entity.
Namespace
Drupal\preview_link\EntityCode
public function getGeneratedTimestamp();