Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
index.php
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
constant DRUPAL_ROOT
Same name in this branch
7.x drupal/authorize.php
\DRUPAL_ROOT
7.x drupal/install.php
\DRUPAL_ROOT
7.x drupal/update.php
\DRUPAL_ROOT
7.x drupal/xmlrpc.php
\DRUPAL_ROOT
7.x drupal/index.php
\DRUPAL_ROOT
7.x drupal/cron.php
\DRUPAL_ROOT
7.x drupal/modules/simpletest/tests/http.php
\DRUPAL_ROOT
7.x drupal/modules/simpletest/tests/https.php
\DRUPAL_ROOT
7.x drupal/modules/statistics/statistics.php
\DRUPAL_ROOT
Root directory of Drupal installation.
162 uses of DRUPAL_ROOT
aggregator_test_feed
in drupal/
modules/
aggregator/
tests/
aggregator_test.module
Page callback. Generates a test feed and simulates last-modified and etags.
authorize.php
in drupal/
authorize.php
Administrative script for running authorized file operations.
authorize_get_filetransfer
in drupal/
includes/
authorize.inc
Gets a FileTransfer class for a specific transfer method and settings.
authorize_run_operation
in drupal/
includes/
authorize.inc
Runs the operation specified in $_SESSION['authorize_operation'].
BatchPercentagesUnitTestCase::setUp
in drupal/
modules/
simpletest/
tests/
batch.test
Sets up unit test environment.
... See full list
File
drupal/
index.php
, line 17
The PHP page that serves all page requests on a Drupal installation.
Code
define
(
'DRUPAL_ROOT'
,
getcwd
());