function PhpConfigDataCollector::getTitle
Returns the datacollector title.
Return value
string The datacollector title.
Overrides DrupalDataCollectorInterface::getTitle
File
-
webprofiler/
src/ DataCollector/ PhpConfigDataCollector.php, line 139
Class
- PhpConfigDataCollector
- Provides a data collector to collect all kind of php information.
Namespace
Drupal\webprofiler\DataCollectorCode
public function getTitle() {
return $this->t('PHP Config');
}