function AppRootFactory::get

Same name in other branches
  1. 9 core/lib/Drupal/Core/AppRootFactory.php \Drupal\Core\AppRootFactory::get()

Gets the app root.

Return value

string

File

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

Class

AppRootFactory
Gets the app root from the kernel.

Namespace

Drupal\Core

Code

public function get() {
    return $this->drupalKernel
        ->getAppRoot();
}

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