You are here

public function PersistentToken::getInstance in Persistent Login 8

Get the instance identifier of this token.

Return value

string The instance identifier.

File

src/PersistentToken.php, line 199

Class

PersistentToken
Class PersistentToken.

Namespace

Drupal\persistent_login

Code

public function getInstance() {
  return $this->instance;
}