function DrupalDataCollector::getConfigUrl

Return value

string

File

webprofiler/src/DataCollector/DrupalDataCollector.php, line 85

Class

DrupalDataCollector
Class DrupalDataCollector

Namespace

Drupal\webprofiler\DataCollector

Code

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