You are here

public function Token::isDynamic in Hook Event Dispatcher 3.x

Same name and namespace in other branches
  1. 8.2 modules/core_event_dispatcher/src/ValueObject/Token.php \Drupal\core_event_dispatcher\ValueObject\Token::isDynamic()

Getter.

Return value

bool Whether or not the token is dynamic.

File

modules/core_event_dispatcher/src/ValueObject/Token.php, line 160

Class

Token
Token ValueObject.

Namespace

Drupal\core_event_dispatcher\ValueObject

Code

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