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\ValueCode
public function isDynamic() {
return $this->dynamic;
}