public function Token::getName in Hook Event Dispatcher 8
Getter.
Return value
string|MarkupInterface The label of the token.
File
- src/
Value/ Token.php, line 146
Class
- Token
- Token ValueObject.
Namespace
Drupal\hook_event_dispatcher\ValueCode
public function getName() {
return $this->name;
}