Search for A

  1. Search 9.5.x for A
  2. Search 8.9.x for A
  3. Search 10.3.x for A
  4. Search 11.x for A
  5. Other projects
Title Object type File name Summary
$base_path global external_documentation/developer/globals.php The base path of the Drupal installation.
$base_root global external_documentation/developer/globals.php The root URL of the host, excluding the path.
$base_theme_info global external_documentation/developer/globals.php An array of objects that represent the base theme.
$base_url global external_documentation/developer/globals.php The base URL of the Drupal installation.
$channel global external_documentation/developer/globals.php An associative array containing title, link, description and other keys.
$cookie_domain global external_documentation/developer/globals.php The domain to be used for session cookies.
$databases global external_documentation/developer/globals.php Array of database connections.
$drupal_test_info global modules/simpletest/drupal_web_test_case.php Global variable that holds information about the tests being run.
$forum_topic_list_header global external_documentation/developer/globals.php An array of forum topic header information.
$image global external_documentation/developer/globals.php Current image tag used by aggregator parsing.
$installed_profile global external_documentation/developer/globals.php The name of the profile that has just been installed.
$language global external_documentation/developer/globals.php An object containing the information for the active interface language.
$language_content global external_documentation/developer/globals.php An object containing the information for the active content language.
$language_url global external_documentation/developer/globals.php An object containing the information for the active URL language.
$menu_admin global external_documentation/developer/globals.php Boolean indicating that a menu administrator is running a menu access check.
$pager_limits global external_documentation/developer/globals.php Array of the number of items per page for each pager.
$pager_page_array global external_documentation/developer/globals.php Array of current page numbers for each pager.
$pager_total global external_documentation/developer/globals.php Array of the total number of pages for each pager.
$pager_total_items global external_documentation/developer/globals.php Array of the total number of items for each pager.
$tag global external_documentation/developer/globals.php Active tag name.
$theme_path global external_documentation/developer/globals.php The path to the active theme.
$update_free_access global external_documentation/developer/globals.php Allows the update.php script to be run when not logged in as administrator.
a.txt file modules/file/tests/fixtures/file_scan_ignore/a.txt
aaa_update_test.info file modules/update/tests/aaa_update_test.info name = AAA Update test
description = Support module for update module testing.
package = Testing
core = 7.x
hidden = TRUE
aaa_update_test.module file modules/update/tests/aaa_update_test.module Dummy module for testing Update status.
AccessDeniedTestCase class modules/system/system.test Tests custom access denied functionality.
AccessDeniedTestCase::$admin_user property modules/system/system.test
AccessDeniedTestCase::getInfo function modules/system/system.test
AccessDeniedTestCase::setUp function modules/system/system.test Sets up a Drupal site for running functional and integration tests.
AccessDeniedTestCase::testAccessDenied function modules/system/system.test
ActionLoopTestCase class modules/simpletest/tests/actions.test Test actions executing in a potential loop, and make sure they abort properly.
ActionLoopTestCase::getInfo function modules/simpletest/tests/actions.test
ActionLoopTestCase::setUp function modules/simpletest/tests/actions.test Sets up a Drupal site for running functional and integration tests.
ActionLoopTestCase::testActionLoop function modules/simpletest/tests/actions.test Set up a loop with 3 - 12 recursions, and see if it aborts properly.
ActionLoopTestCase::triggerActions function modules/simpletest/tests/actions.test Create an infinite loop by causing a watchdog message to be set,
which causes the actions to be triggered again, up to actions_max_stack
times.
Actions group includes/actions.inc Functions that perform an action on a certain system object.
actions.inc file includes/actions.inc This is the actions engine for executing stored actions.
actions.test file modules/simpletest/tests/actions.test
ActionsConfigurationTestCase class modules/simpletest/tests/actions.test
ActionsConfigurationTestCase::getInfo function modules/simpletest/tests/actions.test
ActionsConfigurationTestCase::testActionConfiguration function modules/simpletest/tests/actions.test Test the configuration of advanced actions through the administration
interface.
actions_actions_map function includes/actions.inc Creates an associative array keyed by hashes of function names or IDs.
actions_delete function includes/actions.inc Deletes a single action from the database.
actions_do function includes/actions.inc Performs a given list of actions by executing their callback functions.
actions_function_lookup function includes/actions.inc Returns an action array key (function or ID), given its hash.
actions_get_all_actions function includes/actions.inc Retrieves all action instances from the database.
actions_list function includes/actions.inc Discovers all available actions by invoking hook_action_info().
actions_load function includes/actions.inc Retrieves a single action from the database.
actions_loop_test.info file modules/simpletest/tests/actions_loop_test.info name = Actions loop test
description = Support module for action loop testing.
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
actions_loop_test.install file modules/simpletest/tests/actions_loop_test.install

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.