You are here

public function PhpConfigDataCollector::getToken in Devel 8.3

Same name and namespace in other branches
  1. 8 webprofiler/src/DataCollector/PhpConfigDataCollector.php \Drupal\webprofiler\DataCollector\PhpConfigDataCollector::getToken()
  2. 8.2 webprofiler/src/DataCollector/PhpConfigDataCollector.php \Drupal\webprofiler\DataCollector\PhpConfigDataCollector::getToken()
  3. 4.x webprofiler/src/DataCollector/PhpConfigDataCollector.php \Drupal\webprofiler\DataCollector\PhpConfigDataCollector::getToken()

Gets the token.

Return value

string The token

File

webprofiler/src/DataCollector/PhpConfigDataCollector.php, line 41

Class

PhpConfigDataCollector
Provides a data collector to collect all kind of php information.

Namespace

Drupal\webprofiler\DataCollector

Code

public function getToken() {
  return $this->data['token'];
}