Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
$conf global ./authorize.php
$drupal_test_info global modules/simpletest/drupal_web_test_case.php Global variable that holds information about the tests being run.
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
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
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
actions_loop_test.module file modules/simpletest/tests/actions_loop_test.module
actions_loop_test_action_info function modules/simpletest/tests/actions_loop_test.module Implements hook_action_info().
actions_loop_test_init function modules/simpletest/tests/actions_loop_test.module Implements hook_init().
actions_loop_test_install function modules/simpletest/tests/actions_loop_test.install Implements hook_install().
actions_loop_test_log function modules/simpletest/tests/actions_loop_test.module Write a message to the log.
actions_loop_test_trigger_info function modules/simpletest/tests/actions_loop_test.module Implements hook_trigger_info().
actions_loop_test_watchdog function modules/simpletest/tests/actions_loop_test.module Implements hook_watchdog().
actions_save function includes/actions.inc Saves an action and its user-supplied parameter values to the database.
actions_synchronize function includes/actions.inc Synchronizes actions that are provided by modules in hook_action_info().
AddFeedTestCase class modules/aggregator/aggregator.test Tests adding aggregator feeds.
AddFeedTestCase::getInfo function modules/aggregator/aggregator.test
AddFeedTestCase::testAddFeed function modules/aggregator/aggregator.test Creates and ensures that a feed is unique, checks source, and deletes feed.
AddFeedTestCase::testAddLongFeed function modules/aggregator/aggregator.test Tests feeds with very long URLs.
AdminMetaTagTestCase class modules/system/system.test
AdminMetaTagTestCase::getInfo function modules/system/system.test Implement getInfo().
AdminMetaTagTestCase::testMetaTag function modules/system/system.test Verify that the meta tag HTML is generated correctly.
aggregator-feed-source.tpl.php file modules/aggregator/aggregator-feed-source.tpl.php Default theme implementation to present the source of the feed.
aggregator-item.tpl.php file modules/aggregator/aggregator-item.tpl.php Default theme implementation to format an individual feed item for display
on the aggregator page.
aggregator-rtl.css file modules/aggregator/aggregator-rtl.css /**
* Right-to-Left styles for theme in the Aggregator module.
*/

#aggregator .feed-source .feed-icon {
float: left;
}
aggregator-summary-item.tpl.php file modules/aggregator/aggregator-summary-item.tpl.php Default theme implementation to present a linked feed item for summaries.

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