function PhpConfigDataCollector::getToken
Gets the token.
Return value
string The token
File
-
webprofiler/
src/ DataCollector/ PhpConfigDataCollector.php, line 42
Class
- PhpConfigDataCollector
- Provides a data collector to collect all kind of php information.
Namespace
Drupal\webprofiler\DataCollectorCode
public function getToken() {
return $this->data['token'];
}