You are here

protected property UpdateRootFactory::$drupalKernel in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/update/src/UpdateRootFactory.php \Drupal\update\UpdateRootFactory::drupalKernel

The Drupal kernel.

Type: \Drupal\Core\DrupalKernelInterface

File

core/modules/update/src/UpdateRootFactory.php, line 18

Class

UpdateRootFactory
Gets the root path used by the Update Manager to install or update projects.

Namespace

Drupal\update

Code

protected $drupalKernel;