public function BenchmarkData::getToken in Devel 8.2
Same name and namespace in other branches
- 8.3 webprofiler/src/Command/BenchmarkData.php \Drupal\webprofiler\Command\BenchmarkData::getToken()
- 8 webprofiler/src/Command/BenchmarkData.php \Drupal\webprofiler\Command\BenchmarkData::getToken()
- 4.x webprofiler/src/Command/BenchmarkData.php \Drupal\webprofiler\Command\BenchmarkData::getToken()
Return value
mixed
File
- webprofiler/
src/ Command/ BenchmarkData.php, line 39
Class
- BenchmarkData
- Class BenchmarkData
Namespace
Drupal\webprofiler\CommandCode
public function getToken() {
return $this->token;
}