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.
batch_process in drupal-7.x/includes/form.inc
Processes the batch.
color_get_info in drupal-7.x/modules/color/color.module
Retrieves the Color module information for a particular theme.
conf_path in drupal-7.x/includes/bootstrap.inc
Returns the appropriate configuration directory.
country_get_list in drupal-7.x/includes/locale.inc
Get list of all predefined and custom countries.
cron.php in drupal-7.x/cron.php
Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
database.inc in drupal-7.x/includes/database/sqlite/database.inc
Database interface code for SQLite embedded database engine.
Database::openConnection in drupal-7.x/includes/database/database.inc
Opens a connection to the server specified by the given key and target.
DrupalLocalStreamWrapper::getMimeType in drupal-7.x/includes/stream_wrappers.inc
Base implementation of getMimeType().
DrupalSystemListingTestCase::testDirectoryPrecedence in drupal-7.x/modules/simpletest/tests/common.test
Test that files in different directories take precedence as expected.
DrupalTestCase::exceptionHandler in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Handle exceptions.
DrupalWebTestCase::setUp in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Sets up a Drupal site for running functional and integration tests.
drupal_bootstrap in drupal-7.x/includes/bootstrap.inc
Ensures Drupal is bootstrapped to the specified phase.
drupal_check_profile in drupal-7.x/includes/install.inc
Checks an installation profile's requirements.
drupal_get_complete_schema in drupal-7.x/includes/bootstrap.inc
Gets the whole database schema.
drupal_get_database_types in drupal-7.x/includes/install.inc
Returns all supported database installer objects that are compiled into PHP.
drupal_get_filename in drupal-7.x/includes/bootstrap.inc
Returns and optionally sets the filename for a system resource.
drupal_install_system in drupal-7.x/includes/install.inc
Installs the system module.
drupal_json_encode in drupal-7.x/includes/common.inc
Converts a PHP variable into its JavaScript equivalent.
drupal_language_initialize in drupal-7.x/includes/bootstrap.inc
Initializes all the defined language types.
drupal_load in drupal-7.x/includes/bootstrap.inc
Includes a file with the provided type and name.
drupal_maintenance_theme in drupal-7.x/includes/bootstrap.inc
Enables use of the theme system without requiring database access.
drupal_rewrite_settings in drupal-7.x/includes/install.inc
Replaces values in settings.php with values in the submitted array.
drupal_settings_initialize in drupal-7.x/includes/bootstrap.inc
Sets the base URL, cookie domain, and session name from configuration.
drupal_system_listing in drupal-7.x/includes/common.inc
Returns information about system object files (modules, themes, etc.).
drupal_verify_profile in drupal-7.x/includes/install.inc
Verifies an installation profile for installation.
field.module in drupal-7.x/modules/field/field.module
Attach custom data fields to Drupal entities.
FieldTranslationsTestCase::setUp in drupal-7.x/modules/field/tests/field.test
Set the default field storage backend for fields created during tests.
field_test.module in drupal-7.x/modules/field/tests/field_test.module
Helper module for the Field API tests.
file.inc in drupal-7.x/includes/file.inc
API for handling file uploads and server file management.
file.module in drupal-7.x/modules/file/file.module
Defines a "managed_file" Form API field and a "file" field for Field module.
FileTranferTest::setUp in drupal-7.x/modules/simpletest/tests/filetransfer.test
Sets up a Drupal site for running functional and integration tests.
FileTranferTest::testJail in drupal-7.x/modules/simpletest/tests/filetransfer.test
filter_xss_bad_protocol in drupal-7.x/includes/common.inc
Processes an HTML attribute value and strips dangerous protocols from URLs.
form_get_cache in drupal-7.x/includes/form.inc
Fetches a form from cache.
GraphUnitTest::setUp in drupal-7.x/modules/simpletest/tests/graph.test
Sets up unit test environment.
http.php in drupal-7.x/modules/simpletest/tests/http.php
Fake an HTTP request, for use during testing.
https.php in drupal-7.x/modules/simpletest/tests/https.php
Fake an HTTPS request, for use during testing.
image_effect_definitions in drupal-7.x/modules/image/image.module
Returns a set of image effects.
index.php in drupal-7.x/index.php
The PHP page that serves all page requests on a Drupal installation.
install.php in drupal-7.x/install.php
Initiates a browser-based installation of Drupal.
install_begin_request in drupal-7.x/includes/install.core.inc
Begins an installation request, modifying the installation state as needed.
install_configure_form in drupal-7.x/includes/install.core.inc
Form constructor for a form to configure the new site.
install_goto in drupal-7.x/includes/install.inc
Sends the user to a different installer page.
install_import_locales in drupal-7.x/includes/install.core.inc
Imports languages via a batch process during installation.
install_import_locales_remaining in drupal-7.x/includes/install.core.inc
Installation task; import remaining languages via a batch process.
install_load_profile in drupal-7.x/includes/install.core.inc
Loads information about the chosen profile during installation.
install_run_task in drupal-7.x/includes/install.core.inc
Runs an individual installation task.
install_select_locale in drupal-7.x/includes/install.core.inc
Installation task; select which locale to use for the current profile.
install_select_locale_form in drupal-7.x/includes/install.core.inc
Form constructor for the language selection form.
install_select_profile in drupal-7.x/includes/install.core.inc
Selects which profile to install.
install_select_profile_form in drupal-7.x/includes/install.core.inc
Form constructor for the profile selection form.
install_tasks in drupal-7.x/includes/install.core.inc
Returns a list of all tasks the installer currently knows about.
language_negotiation_get_switch_links in drupal-7.x/includes/language.inc
Returns the language switch links for the given language.
language_provider_invoke in drupal-7.x/includes/language.inc
Helper function used to cache the language negotiation providers results.
LocaleBrowserDetectionTest::testLanguageFromBrowser in drupal-7.x/modules/locale/locale.test
Unit tests for the locale_language_from_browser() function.
LocaleInstallTest::setUp in drupal-7.x/modules/locale/locale.test
Sets up a Drupal site for running functional and integration tests.
LocaleLanguageNegotiationInfoFunctionalTest::setUp in drupal-7.x/modules/locale/locale.test
Sets up a Drupal site for running functional and integration tests.
LocaleMultilingualFieldsFunctionalTest::setUp in drupal-7.x/modules/locale/locale.test
Sets up a Drupal site for running functional and integration tests.
LocaleTranslationFunctionalTest::testJavaScriptTranslation in drupal-7.x/modules/locale/locale.test
LocaleUILanguageNegotiationTest::setUp in drupal-7.x/modules/locale/locale.test
Sets up a Drupal site for running functional and integration tests.
LocaleUILanguageNegotiationTest::testUILanguageNegotiation in drupal-7.x/modules/locale/locale.test
Tests for language switching by URL path.
LocaleUninstallFunctionalTest::testUninstallProcess in drupal-7.x/modules/locale/locale.test
Check if the values of the Locale variables are correct after uninstall.
locale_add_language in drupal-7.x/includes/locale.inc
API function to add a language.
locale_block_info in drupal-7.x/modules/locale/locale.module
Implements hook_block_info().
locale_date_format_form_submit in drupal-7.x/modules/locale/locale.admin.inc
Submit handler for configuring localized date formats on the locale_date_format_form.
locale_field_language_fallback in drupal-7.x/modules/locale/locale.module
Applies language fallback rules to the fields attached to the given entity.
locale_init in drupal-7.x/modules/locale/locale.module
Implements hook_init().
locale_js_alter in drupal-7.x/modules/locale/locale.module
Implements hook_js_alter().
locale_languages_configure_form in drupal-7.x/modules/locale/locale.admin.inc
Setting for language negotiation options
locale_languages_predefined_form_submit in drupal-7.x/modules/locale/locale.admin.inc
Process the language addition form submission.
locale_languages_predefined_form_validate in drupal-7.x/modules/locale/locale.admin.inc
Validate the language addition form.
locale_language_types_info in drupal-7.x/modules/locale/locale.module
Implements hook_language_types_info().
locale_modules_enabled in drupal-7.x/modules/locale/locale.module
Implements hook_modules_enabled().
locale_system_update in drupal-7.x/modules/locale/locale.module
Imports translations when new modules or themes are installed.
locale_translate_import_form_submit in drupal-7.x/modules/locale/locale.admin.inc
Process the locale import form submission.
locale_update_7001 in drupal-7.x/modules/locale/locale.install
Upgrade language negotiation settings.
locale_update_7002 in drupal-7.x/modules/locale/locale.install
Updates URL language negotiation by adding the URL fallback detection method.
locale_url_outbound_alter in drupal-7.x/modules/locale/locale.module
Implements hook_url_outbound_alter().
menu_execute_active_handler in drupal-7.x/includes/menu.inc
Execute the page callback associated with the current path.
ModuleUpdater::getInstallDirectory in drupal-7.x/modules/system/system.updater.inc
Return the directory where a module should be installed.
ModuleUpdater::getSchemaUpdates in drupal-7.x/modules/system/system.updater.inc
Return available database schema updates one a new version is installed.
module_enable in drupal-7.x/includes/module.inc
Enables or installs a given list of modules.
module_load_include in drupal-7.x/includes/module.inc
Loads a module include file.
module_load_install in drupal-7.x/includes/module.inc
Loads a module's installation hooks.
PasswordHashingTest::setUp in drupal-7.x/modules/simpletest/tests/password.test
Sets up a Drupal site for running functional and integration tests.
phptemplate_init in drupal-7.x/themes/engines/phptemplate/phptemplate.engine
Implements hook_init().
registry_update in drupal-7.x/includes/bootstrap.inc
Updates the registry based on the latest files listed in the database.
SearchSimplifyTestCase::testSearchSimplifyUnicode in drupal-7.x/modules/search/search.test
Tests that all Unicode characters simplify correctly.
simpletest_test_get_all in drupal-7.x/modules/simpletest/simpletest.module
Get a list of all of the tests provided by the system.
st in drupal-7.x/includes/install.inc
Translates a string when some systems are not available.
statistics.php in drupal-7.x/modules/statistics/statistics.php
Handles counts of node views via Ajax with minimal bootstrap.
statistics_exit in drupal-7.x/modules/statistics/statistics.module
Implements hook_exit().
system_batch_page in drupal-7.x/modules/system/system.admin.inc
Default page callback for batches.
system_date_formats in drupal-7.x/modules/system/system.module
Implements hook_date_formats().
system_image_toolkits in drupal-7.x/modules/system/system.module
Implements hook_image_toolkits().
system_list in drupal-7.x/includes/module.inc
Builds a list of bootstrap modules and enabled modules and themes.
system_modules in drupal-7.x/modules/system/system.admin.inc
Menu callback; provides module enable/disable interface.
system_modules_submit in drupal-7.x/modules/system/system.admin.inc
Submit callback; handles modules form submission.
system_modules_uninstall in drupal-7.x/modules/system/system.admin.inc
Builds a form of currently disabled modules.
system_modules_uninstall_submit in drupal-7.x/modules/system/system.admin.inc
Processes the submitted uninstall form.
system_regional_settings in drupal-7.x/modules/system/system.admin.inc
Form builder; Configure the site regional settings.
system_requirements in drupal-7.x/modules/system/system.install
Implements hook_requirements().
system_status in drupal-7.x/modules/system/system.admin.inc
Menu callback: displays the site status report. Can also be used as a pure check.
system_theme_settings in drupal-7.x/modules/system/system.admin.inc
Form builder; display theme configuration for entire site and individual themes.
TaxonomyVocabularyTestCase::testUninstallReinstall in drupal-7.x/modules/taxonomy/taxonomy.test
Test uninstall and reinstall of the taxonomy module.
theme in drupal-7.x/includes/theme.inc
Generates themed output.
ThemeUpdater::getInstallDirectory in drupal-7.x/modules/system/system.updater.inc
Return the directory where a theme should be installed.
theme_color_scheme_form in drupal-7.x/modules/color/color.module
Returns HTML for a theme's color form.
theme_render_template in drupal-7.x/includes/theme.inc
Renders a system default template, which is essentially a PHP template.
translation_node_overview in drupal-7.x/modules/translation/translation.pages.inc
Page callback: Displays a list of a node's translations.
UpdateDependencyHookInvocationTestCase::setUp in drupal-7.x/modules/simpletest/tests/update.test
Sets up a Drupal site for running functional and integration tests.
UpdateDependencyMissingTestCase::setUp in drupal-7.x/modules/simpletest/tests/update.test
Sets up a Drupal site for running functional and integration tests.
UpdateDependencyOrderingTestCase::setUp in drupal-7.x/modules/simpletest/tests/update.test
Sets up a Drupal site for running functional and integration tests.
UpdateScriptFunctionalTest::testUpdateAccess in drupal-7.x/modules/system/system.test
Tests access to the update script.
update_access_allowed in drupal-7.x/update.php
Determines if the current user is allowed to run update.php.
update_do_one in drupal-7.x/includes/update.inc
Performs one update and stores the results for display on the results page.
update_manager_install_form_submit in drupal-7.x/modules/update/update.manager.inc
Form submission handler for update_manager_install_form().
update_manager_update_ready_form_submit in drupal-7.x/modules/update/update.manager.inc
Form submission handler for update_manager_update_ready_form().
update_prepare_d7_bootstrap in drupal-7.x/includes/update.inc
Performs extra steps required to bootstrap when using a Drupal 6 database.
update_resolve_dependencies in drupal-7.x/includes/update.inc
Resolves dependencies in a set of module updates, and orders them correctly.
UserCancelTestCase::testUserCancelUid1 in drupal-7.x/modules/user/user.test
Tests that user account for uid 1 cannot be cancelled.
UserLoginTestCase::testPasswordRehashOnLogin in drupal-7.x/modules/user/user.test
Test that user password is re-hashed upon login after changing $count_log2.
user_authenticate in drupal-7.x/modules/user/user.module
Try to validate the user's login credentials locally.
user_save in drupal-7.x/modules/user/user.module
Save changes to a user account or add a new user.
user_update_7000 in drupal-7.x/modules/user/user.install
Increase the length of the password field to accommodate better hashes.
user_validate_current_pass in drupal-7.x/modules/user/user.module
Form validation handler for the current password on the user_account_form().
watchdog_exception in drupal-7.x/includes/bootstrap.inc
Logs an exception.
xmlrpc in drupal-7.x/includes/common.inc
Performs one or more XML-RPC request(s).
xmlrpc.php in drupal-7.x/xmlrpc.php
PHP page for handling incoming XML-RPC requests from clients.
_aggregator_get_variables in drupal-7.x/modules/aggregator/aggregator.module
Gets the fetcher, parser, and processors.
_batch_finished in drupal-7.x/includes/batch.inc
Ends the batch processing.
_batch_process in drupal-7.x/includes/batch.inc
Processes sets in a batch.
_batch_queue in drupal-7.x/includes/form.inc
Returns a queue object for a batch set.
_drupal_bootstrap_database in drupal-7.x/includes/bootstrap.inc
Initializes the database system and registers autoload functions.
_drupal_bootstrap_full in drupal-7.x/includes/common.inc
_drupal_bootstrap_page_cache in drupal-7.x/includes/bootstrap.inc
Attempts to serve a page from the cache.
_drupal_bootstrap_variables in drupal-7.x/includes/bootstrap.inc
Loads system variables and all enabled bootstrap modules.
_drupal_error_handler in drupal-7.x/includes/bootstrap.inc
Provides custom PHP error handling.
_drupal_error_handler_real in drupal-7.x/includes/errors.inc
Provides custom PHP error handling.
_drupal_exception_handler in drupal-7.x/includes/bootstrap.inc
Provides custom PHP exception handling.
_drupal_maintenance_theme in drupal-7.x/includes/theme.maintenance.inc
Sets up the theming system for maintenance page.
_drupal_session_write in drupal-7.x/includes/session.inc
Writes an entire session to the database (internal use only).
_drupal_shutdown_function in drupal-7.x/includes/bootstrap.inc
Executes registered shutdown functions.
_drupal_theme_initialize in drupal-7.x/includes/theme.inc
Initializes the theme system given already loaded information.
_install_configure_form in drupal-7.x/includes/install.core.inc
Form constructor for a site configuration form.
_install_select_profile in drupal-7.x/includes/install.core.inc
Selects an installation profile.
_locale_prepare_predefined_list in drupal-7.x/includes/locale.inc
Prepares the language code list for a select form item with only the unsupported ones
_module_build_dependencies in drupal-7.x/includes/module.inc
Determines which modules require and are required by each module.
_registry_check_code in drupal-7.x/includes/bootstrap.inc
Checks for a resource in the registry.
_registry_update in drupal-7.x/includes/registry.inc
Does the work for registry_update().
_system_batch_theme in drupal-7.x/modules/system/system.module
Theme callback for the default batch page.
_theme_process_registry in drupal-7.x/includes/theme.inc
Process a single implementation of hook_theme().