function DevelCommands::getToken

Same name in other branches
  1. 5.x src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::getToken()
  2. 5.x src/Drush/Commands/DevelCommands.php \Drupal\devel\Drush\Commands\DevelCommands::getToken()

Return value

\Drupal\Core\Utility\Token The token.

File

src/Commands/DevelCommands.php, line 79

Class

DevelCommands
Class DevelCommands.

Namespace

Drupal\devel\Commands

Code

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