You are here

protected property AppRootFactory::$drupalKernel in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/AppRootFactory.php \Drupal\Core\AppRootFactory::drupalKernel

The Drupal kernel.

Type: \Drupal\Core\DrupalKernelInterface

File

core/lib/Drupal/Core/AppRootFactory.php, line 15

Class

AppRootFactory
Gets the app root from the kernel.

Namespace

Drupal\Core

Code

protected $drupalKernel;