You are here

public function Token::getToken in Hook Event Dispatcher 8

Getter.

Return value

string The token name like 'url'.

File

src/Value/Token.php, line 156

Class

Token
Token ValueObject.

Namespace

Drupal\hook_event_dispatcher\Value

Code

public function getToken() {
  return $this->token;
}