constant DRUPAL_ROOT

  1. 7.x drupal-7.x/install.php DRUPAL_ROOT
  2. 7.x drupal-7.x/cron.php DRUPAL_ROOT
  3. 7.x drupal-7.x/authorize.php DRUPAL_ROOT
  4. 7.x drupal-7.x/xmlrpc.php DRUPAL_ROOT
  5. 7.x drupal-7.x/index.php DRUPAL_ROOT
  6. 7.x drupal-7.x/update.php DRUPAL_ROOT
  7. 7.x drupal-7.x/modules/statistics/statistics.php DRUPAL_ROOT
  8. 7.x drupal-7.x/modules/simpletest/tests/http.php DRUPAL_ROOT
  9. 7.x drupal-7.x/modules/simpletest/tests/https.php DRUPAL_ROOT

Root directory of Drupal installation.

157 uses of DRUPAL_ROOT
aggregator_test_feed in drupal-7.x/modules/aggregator/tests/aggregator_test.module
Page callback. Generates a test feed and simulates last-modified and etags.
authorize.php in drupal-7.x/authorize.php
Administrative script for running authorized file operations.
authorize_get_filetransfer in drupal-7.x/includes/authorize.inc
Gets a FileTransfer class for a specific transfer method and settings.
authorize_run_operation in drupal-7.x/includes/authorize.inc
Runs the operation specified in $_SESSION['authorize_operation'].
BatchPercentagesUnitTestCase::setUp in drupal-7.x/modules/simpletest/tests/batch.test
Sets up unit test environment.

... See full list

File

drupal-7.x/xmlrpc.php, line 11
PHP page for handling incoming XML-RPC requests from clients.

Code

define('DRUPAL_ROOT', getcwd())