Search for on
Title | Object type | File name | Summary |
---|---|---|---|
$conf | global | external_documentation/ |
Array of persistent variables stored in 'variable' table. |
$conf | global | ./ |
|
$language_content | global | external_documentation/ |
An object containing the information for the active content language. |
ActionLoopTestCase | class | modules/ |
Test actions executing in a potential loop, and make sure they abort properly. |
ActionLoopTestCase::getInfo | function | modules/ |
|
ActionLoopTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
ActionLoopTestCase::testActionLoop | function | modules/ |
Set up a loop with 3 - 12 recursions, and see if it aborts properly. |
ActionLoopTestCase::triggerActions | function | modules/ |
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/ |
Functions that perform an action on a certain system object. |
actions.inc | file | includes/ |
This is the actions engine for executing stored actions. |
actions.test | file | modules/ |
|
ActionsConfigurationTestCase | class | modules/ |
|
ActionsConfigurationTestCase::getInfo | function | modules/ |
|
ActionsConfigurationTestCase::testActionConfiguration | function | modules/ |
Test the configuration of advanced actions through the administration interface. |
actions_actions_map | function | includes/ |
Creates an associative array keyed by hashes of function names or IDs. |
actions_delete | function | includes/ |
Deletes a single action from the database. |
actions_do | function | includes/ |
Performs a given list of actions by executing their callback functions. |
actions_function_lookup | function | includes/ |
Returns an action array key (function or ID), given its hash. |
actions_get_all_actions | function | includes/ |
Retrieves all action instances from the database. |
actions_list | function | includes/ |
Discovers all available actions by invoking hook_action_info(). |
actions_load | function | includes/ |
Retrieves a single action from the database. |
actions_loop_test.info | file | modules/ |
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/ |
|
actions_loop_test.module | file | modules/ |
|
actions_loop_test_action_info | function | modules/ |
Implements hook_action_info(). |
actions_loop_test_init | function | modules/ |
Implements hook_init(). |
actions_loop_test_install | function | modules/ |
Implements hook_install(). |
actions_loop_test_log | function | modules/ |
Write a message to the log. |
actions_loop_test_trigger_info | function | modules/ |
Implements hook_trigger_info(). |
actions_loop_test_watchdog | function | modules/ |
Implements hook_watchdog(). |
actions_save | function | includes/ |
Saves an action and its user-supplied parameter values to the database. |
actions_synchronize | function | includes/ |
Synchronizes actions that are provided by modules in hook_action_info(). |
AddFeedTestCase::testAddLongFeed | function | modules/ |
Tests feeds with very long URLs. |
AggregatorConfigurationTestCase | class | modules/ |
Tests functionality of the configuration settings in the Aggregator module. |
AggregatorConfigurationTestCase::getInfo | function | modules/ |
|
AggregatorConfigurationTestCase::testSettingsPage | function | modules/ |
Tests the settings form to ensure the correct default values are used. |
AggregatorCronTestCase | class | modules/ |
Tests functionality of the cron process in the Aggregator module. |
AggregatorCronTestCase::getInfo | function | modules/ |
|
AggregatorCronTestCase::testCron | function | modules/ |
Adds feeds and updates them via cron process. |
aggregator_block_configure | function | modules/ |
Implements hook_block_configure(). |
aggregator_cron | function | modules/ |
Implements hook_cron(). |
aggregator_cron_queue_info | function | modules/ |
Implements hook_cron_queue_info(). |
aggregator_permission | function | modules/ |
Implements hook_permission(). |
aggregator_sanitize_configuration | function | modules/ |
Checks and sanitizes the aggregator configuration. |
AJAXElementValidation | class | modules/ |
Miscellaneous Ajax tests using ajax_test module. |
AJAXElementValidation::getInfo | function | modules/ |
|
AJAXElementValidation::testAJAXElementValidation | function | modules/ |
Try to post an Ajax change to a form that has a validated element. |
ajax_forms_test_validation_form | function | modules/ |
This form and its related submit and callback functions demonstrate not validating another form element when a single Ajax element is triggered. |
ajax_forms_test_validation_form_callback | function | modules/ |
Ajax callback for the 'drivertext' element of the validation form. |
ajax_forms_test_validation_form_submit | function | modules/ |
Submit handler for the validation form. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.