function AppRootFactory::__construct

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/AppRootFactory.php \Drupal\Core\AppRootFactory::__construct()

Constructs an AppRootFactory instance.

Parameters

\Drupal\Core\DrupalKernelInterface $drupal_kernel: The Drupal kernel.

File

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

Class

AppRootFactory
Gets the app root from the kernel.

Namespace

Drupal\Core

Code

public function __construct(DrupalKernelInterface $drupal_kernel) {
    $this->drupalKernel = $drupal_kernel;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.