public function DrupalDataCollector::getConfigUrl in Devel 8.2
Same name and namespace in other branches
- 8.3 webprofiler/src/DataCollector/DrupalDataCollector.php \Drupal\webprofiler\DataCollector\DrupalDataCollector::getConfigUrl()
- 8 webprofiler/src/DataCollector/DrupalDataCollector.php \Drupal\webprofiler\DataCollector\DrupalDataCollector::getConfigUrl()
- 4.x webprofiler/src/DataCollector/DrupalDataCollector.php \Drupal\webprofiler\DataCollector\DrupalDataCollector::getConfigUrl()
Return value
string
File
- webprofiler/
src/ DataCollector/ DrupalDataCollector.php, line 85
Class
- DrupalDataCollector
- Class DrupalDataCollector
Namespace
Drupal\webprofiler\DataCollectorCode
public function getConfigUrl() {
return $this->data['config_url'];
}