You are here

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\Entity

Code

public function setDescription($description) {
  $this->description = $description;
  return $this;
}