global $base_path in Drupal 10
Same name and namespace in other branches
- 8 core/globals.api.php \base_path
- 9 core/globals.api.php \base_path
The base path of the Drupal installation.
This will at least default to '/'.
See also
\Drupal\Core\DrupalKernel::initializeRequestGlobals()
File
- core/
globals.api.php, line 22 - These are the global variables that Drupal uses.
Code
global $base_path;