function PhpConfigDataCollector::hasXHProf

Returns true if the XHProf is enabled.

Return value

Boolean true if XHProf is enabled, false otherwise

File

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

Class

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

Namespace

Drupal\webprofiler\DataCollector

Code

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