You are here

public function TokenCustomTypeInterface::getDescription in Custom Tokens 8

Returns the description of the token type.

Return value

string The description of the type of this token_custom.

1 method overrides TokenCustomTypeInterface::getDescription()
TokenCustomType::getDescription in src/Entity/TokenCustomType.php
Returns the description of the token type.

File

src/TokenCustomTypeInterface.php, line 18

Class

TokenCustomTypeInterface
Provides an interface defining a custom token type entity.

Namespace

Drupal\token_custom

Code

public function getDescription();