function PhpConfigDataCollector::getSapiName

Gets the PHP SAPI name.

Return value

string The environment

File

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

Class

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

Namespace

Drupal\webprofiler\DataCollector

Code

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