You are here

public function Domain301RedirectManagerInterface::getRedirectCheckToken in Domain 301 Redirect 8

Generate a token based on redirect_last_checked.

Return value

string Returns the token.

1 method overrides Domain301RedirectManagerInterface::getRedirectCheckToken()
Domain301RedirectManager::getRedirectCheckToken in src/Domain301RedirectManager.php
Generate a token based on redirect_last_checked.

File

src/Domain301RedirectManagerInterface.php, line 46

Class

Domain301RedirectManagerInterface
Interface for Domain301RedirectManager.

Namespace

Drupal\domain_301_redirect

Code

public function getRedirectCheckToken();