public function SitePathFactory::__construct in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/SitePathFactory.php \Drupal\Core\SitePathFactory::__construct()
Constructs a SitePathFactory instance.
Parameters
\Drupal\Core\DrupalKernelInterface $drupal_kernel: The Drupal kernel.
File
- core/
lib/ Drupal/ Core/ SitePathFactory.php, line 23
Class
- SitePathFactory
- Gets the site path from the kernel.
Namespace
Drupal\CoreCode
public function __construct(DrupalKernelInterface $drupal_kernel) {
$this->drupalKernel = $drupal_kernel;
}