function DevelCommands::getToken

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

Return value

Token

File

src/Commands/DevelCommands.php, line 61

Class

DevelCommands
For commands that are parts of modules, Drush expects to find commandfiles in __MODULE__/src/Commands, and the namespace is Drupal/__MODULE__/Commands.

Namespace

Drupal\devel\Commands

Code

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