function DevelCommands::getToken
Same name in this branch
- 5.x src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::getToken()
Same name in other branches
- 4.x src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::getToken()
Gets the token.
Return value
\Drupal\Core\Utility\Token The token.
File
-
src/
Drush/ Commands/ DevelCommands.php, line 90
Class
Namespace
Drupal\devel\Drush\CommandsCode
public function getToken() : Token {
return $this->token;
}