You are here

public function PreviewLinkInterface::getToken in Preview Link 2.x

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

Gets thew new token.

Return value

string The token.

1 method overrides PreviewLinkInterface::getToken()
PreviewLink::getToken in src/Entity/PreviewLink.php
Gets thew new token.

File

src/Entity/PreviewLinkInterface.php, line 33

Class

PreviewLinkInterface
Interface for the preview link entity.

Namespace

Drupal\preview_link\Entity

Code

public function getToken() : string;