public function TokenCustomType::setDescription in Custom Tokens 8
File
- src/
Entity/ TokenCustomType.php, line 89
Class
- TokenCustomType
- Defines the Custom Token Type configuration entity.
Namespace
Drupal\token_custom\EntityCode
public function setDescription($description) {
$this->description = $description;
return $this;
}