public function BackgroundProcess::getToken in Background Process 7.2
Get current token.
File
- ./
background_process.inc, line 256 - External API short overview
Class
- BackgroundProcess
- @file
Code
public function getToken() {
return $this->token;
}