You are here

public function Token::isDynamic in Hook Event Dispatcher 8

Getter.

Return value

bool Whether or not the token is dynamic.

File

src/Value/Token.php, line 166

Class

Token
Token ValueObject.

Namespace

Drupal\hook_event_dispatcher\Value

Code

public function isDynamic() {
  return $this->dynamic;
}