public function AppRootFactory::get in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/AppRootFactory.php \Drupal\Core\AppRootFactory::get()
Gets the app root.
Return value
string The app root.
File
- core/
lib/ Drupal/ Core/ AppRootFactory.php, line 33
Class
- AppRootFactory
- Gets the app root from the kernel.
Namespace
Drupal\CoreCode
public function get() {
return $this->drupalKernel
->getContainer()
->getParameter('app.root');
}