You are here

public function Token::getType in Hook Event Dispatcher 8

Getter.

Return value

string The type like 'node'.

File

src/Value/Token.php, line 136

Class

Token
Token ValueObject.

Namespace

Drupal\hook_event_dispatcher\Value

Code

public function getType() {
  return $this->type;
}