Search for on

  1. Search 9.5.x for on
  2. Search 8.9.x for on
  3. Search 10.3.x for on
  4. Search 11.x for on
  5. Other projects
Title Object type File name Summary
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_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::testAddLongFeed function modules/aggregator/aggregator.test Tests feeds with very long URLs.
AggregatorConfigurationTestCase class modules/aggregator/aggregator.test Tests functionality of the configuration settings in the Aggregator module.
AggregatorConfigurationTestCase::getInfo function modules/aggregator/aggregator.test
AggregatorConfigurationTestCase::testSettingsPage function modules/aggregator/aggregator.test Tests the settings form to ensure the correct default values are used.
AggregatorCronTestCase class modules/aggregator/aggregator.test Tests functionality of the cron process in the Aggregator module.
AggregatorCronTestCase::getInfo function modules/aggregator/aggregator.test
AggregatorCronTestCase::testCron function modules/aggregator/aggregator.test Adds feeds and updates them via cron process.
aggregator_block_configure function modules/aggregator/aggregator.module Implements hook_block_configure().
aggregator_cron function modules/aggregator/aggregator.module Implements hook_cron().
aggregator_cron_queue_info function modules/aggregator/aggregator.module Implements hook_cron_queue_info().
aggregator_permission function modules/aggregator/aggregator.module Implements hook_permission().
aggregator_sanitize_configuration function modules/aggregator/aggregator.module Checks and sanitizes the aggregator configuration.
anonymous_user_unblock_test.info file modules/user/tests/anonymous_user_unblock_test.info name = Anonymous user unblock action tests
description = Support module for anonymous user unblock action testing.
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
anonymous_user_unblock_test.module file modules/user/tests/anonymous_user_unblock_test.module Dummy module implementing hook_user_load().
anonymous_user_unblock_test_user_load function modules/user/tests/anonymous_user_unblock_test.module Implements hook_user_load().
ArchiverInterface::listContents function includes/archiver.inc Lists all files in the archive.
ArchiverInterface::__construct function includes/archiver.inc Constructs a new archiver instance.
ArchiverTar::listContents function modules/system/system.archiver.inc Lists all files in the archive.
ArchiverTar::__construct function modules/system/system.archiver.inc Constructs a new archiver instance.
ArchiverZip::listContents function modules/system/system.archiver.inc Lists all files in the archive.
ArchiverZip::__construct function modules/system/system.archiver.inc Constructs a new archiver instance.
archiver_get_extensions function includes/common.inc Returns a string of supported archive extensions.
Archive_Tar::listContent function modules/system/system.tar.inc
Archive_Tar::loadExtension function modules/system/system.tar.inc OS independent PHP extension load. Remember to take care
on the correct extension name for case sensitive OSes.
Archive_Tar::_pathReduction function modules/system/system.tar.inc Compress path by changing for example "/dir/foo/../bar" to "/dir/bar",
rand emove double slashes.
Archive_Tar::_readLongHeader function modules/system/system.tar.inc
Archive_Tar::_writeLongHeader function modules/system/system.tar.inc
Archive_Tar::__construct function modules/system/system.tar.inc Archive_Tar Class constructor. This flavour of the constructor only
declare a new Archive_Tar object, identifying it by the name of the
tar file.
If the compress argument is set the tar will be read or created as a
gzip or bz2 compressed TAR file.
Authorized operations group modules/system/system.module Functions to run operations with elevated privileges via authorize.php.
authorize_run_operation function includes/authorize.inc Runs the operation specified in $_SESSION['authorize_operation'].

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