function DevelCommands::getToken

Gets the token.

Return value

\Drupal\Core\Utility\Token The token.

File

src/Drush/Commands/DevelCommands.php, line 90

Class

DevelCommands

Namespace

Drupal\devel\Drush\Commands

Code

public function getToken() : Token {
  return $this->token;
}