constant DRUPAL_ROOT in Drupal 7
Same name in this branch
- 7 update.php \DRUPAL_ROOT
- 7 authorize.php \DRUPAL_ROOT
- 7 index.php \DRUPAL_ROOT
- 7 cron.php \DRUPAL_ROOT
- 7 install.php \DRUPAL_ROOT
- 7 xmlrpc.php \DRUPAL_ROOT
- 7 modules/statistics/statistics.php \DRUPAL_ROOT
- 7 modules/simpletest/tests/http.php \DRUPAL_ROOT
- 7 modules/simpletest/tests/https.php \DRUPAL_ROOT
Same name and namespace in other branches
- 8 core/includes/bootstrap.inc \DRUPAL_ROOT
- 9 core/includes/bootstrap.inc \DRUPAL_ROOT
- 10 core/includes/bootstrap.inc \DRUPAL_ROOT
Defines the root directory of the Drupal installation.
167 uses of DRUPAL_ROOT
- aggregator_test_feed in modules/
aggregator/ tests/ aggregator_test.module - Page callback. Generates a test feed and simulates last-modified and etags.
- authorize.php in ./
authorize.php - Administrative script for running authorized file operations.
- authorize_get_filetransfer in includes/
authorize.inc - Gets a FileTransfer class for a specific transfer method and settings.
- authorize_run_operation in includes/
authorize.inc - Runs the operation specified in $_SESSION['authorize_operation'].
- BatchPercentagesUnitTestCase::setUp in modules/
simpletest/ tests/ batch.test - Sets up unit test environment.
File
- ./
update.php, line 6 - Administrative page for handling updates from one Drupal version to another.
Code
define('DRUPAL_ROOT', getcwd());