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