DrupalKernel::getKernelParameters

protected DrupalKernel::getKernelParameters()

Returns the kernel parameters.

Return value

array An array of kernel parameters

File

core/lib/Drupal/Core/DrupalKernel.php, line 819

Class

DrupalKernel
The DrupalKernel class is the core of Drupal itself.

Namespace

Drupal\Core

Code

protected function getKernelParameters() {
  return array(
    'kernel.environment' => $this->environment,
  );
}
doc_Drupal
2016-10-29 09:03:00
Comments
Leave a Comment

Please login to continue.