public function TokenCustomType::getDescription in Custom Tokens 8
Returns the description of the token type.
Return value
string The description of the type of this token_custom.
Overrides TokenCustomTypeInterface::getDescription
File
- src/
Entity/ TokenCustomType.php, line 82
Class
- TokenCustomType
- Defines the Custom Token Type configuration entity.
Namespace
Drupal\token_custom\EntityCode
public function getDescription() {
return $this->description;
}