NameLocationDescription
actions_actions_mapdrupal/includes/actions.incCreates an associative array keyed by hashes of function names or IDs.
actions_deletedrupal/includes/actions.incDeletes a single action from the database.
actions_dodrupal/includes/actions.incPerforms a given list of actions by executing their callback functions.
actions_function_lookupdrupal/includes/actions.incGiven a hash of an action array key, returns the key (function or ID).
actions_get_all_actionsdrupal/includes/actions.incRetrieves all action instances from the database.
actions_listdrupal/includes/actions.incDiscovers all available actions by invoking hook_action_info().
actions_loaddrupal/includes/actions.incRetrieves a single action from the database.
actions_loop_test_action_infodrupal/modules/simpletest/tests/actions_loop_test.moduleImplements hook_action_info().
actions_loop_test_initdrupal/modules/simpletest/tests/actions_loop_test.moduleImplements hook_init().
actions_loop_test_installdrupal/modules/simpletest/tests/actions_loop_test.installImplements hook_install().
actions_loop_test_logdrupal/modules/simpletest/tests/actions_loop_test.moduleWrite a message to the log.
actions_loop_test_trigger_infodrupal/modules/simpletest/tests/actions_loop_test.moduleImplements hook_trigger_info().
actions_loop_test_watchdogdrupal/modules/simpletest/tests/actions_loop_test.moduleImplements hook_watchdog().
actions_savedrupal/includes/actions.incSaves an action and its user-supplied parameter values to the database.
actions_synchronizedrupal/includes/actions.incSynchronizes actions that are provided by modules in hook_action_info().
action_example_action_infoexamples/action_example/action_example.moduleImplements hook_action_info().
action_example_basic_actionexamples/action_example/action_example.moduleBasic example action.
action_example_menuexamples/action_example/action_example.moduleImplements hook_menu().
action_example_node_sticky_actionexamples/action_example/action_example.modulePromote and set sticky flag action. This is the special action that has been customized using the configuration form.
action_example_node_sticky_action_formexamples/action_example/action_example.moduleGenerates settings form for action_example_node_sticky_action().
action_example_node_sticky_action_submitexamples/action_example/action_example.moduleSubmit handler for action_example_node_sticky_action.
action_example_node_sticky_action_validateexamples/action_example/action_example.moduleValidate settings form for action_example_node_sticky_action(). Verify that user exists before continuing.
action_example_unblock_user_actionexamples/action_example/action_example.moduleUnblock an user. This action can be fired from different trigger types:
aggregator_admin_formdrupal/modules/aggregator/aggregator.admin.incForm builder; Configure the aggregator system.
aggregator_admin_form_submitdrupal/modules/aggregator/aggregator.admin.inc
aggregator_admin_overviewdrupal/modules/aggregator/aggregator.admin.incMenu callback; displays the aggregator administration page.
aggregator_admin_refresh_feeddrupal/modules/aggregator/aggregator.admin.incMenu callback; refreshes a feed, then redirects to the overview page.
aggregator_admin_remove_feeddrupal/modules/aggregator/aggregator.admin.inc
aggregator_admin_remove_feed_submitdrupal/modules/aggregator/aggregator.admin.incRemove all items from a feed and redirect to the overview page.
aggregator_aggregator_fetchdrupal/modules/aggregator/aggregator.fetcher.incImplements hook_aggregator_fetch().
aggregator_aggregator_fetch_infodrupal/modules/aggregator/aggregator.fetcher.incImplements hook_aggregator_fetch_info().
aggregator_aggregator_parsedrupal/modules/aggregator/aggregator.parser.incImplements hook_aggregator_parse().
aggregator_aggregator_parse_infodrupal/modules/aggregator/aggregator.parser.incImplements hook_aggregator_parse_info().
aggregator_aggregator_processdrupal/modules/aggregator/aggregator.processor.incImplements hook_aggregator_process().
aggregator_aggregator_process_infodrupal/modules/aggregator/aggregator.processor.incImplements hook_aggregator_process_info().
aggregator_aggregator_removedrupal/modules/aggregator/aggregator.processor.incImplements hook_aggregator_remove().
aggregator_block_configuredrupal/modules/aggregator/aggregator.moduleImplements hook_block_configure().
aggregator_block_infodrupal/modules/aggregator/aggregator.moduleImplements hook_block_info().
aggregator_block_savedrupal/modules/aggregator/aggregator.moduleImplements hook_block_save().
aggregator_block_viewdrupal/modules/aggregator/aggregator.moduleImplements hook_block_view().
aggregator_categorize_itemsdrupal/modules/aggregator/aggregator.pages.incForm builder; build the page list form.
aggregator_categorize_items_submitdrupal/modules/aggregator/aggregator.pages.incProcess aggregator_categorize_items() form submissions.
aggregator_category_loaddrupal/modules/aggregator/aggregator.moduleLoad an aggregator category.
aggregator_crondrupal/modules/aggregator/aggregator.moduleImplements hook_cron().
aggregator_cron_queue_infodrupal/modules/aggregator/aggregator.moduleImplements hook_cron_queue_info().
aggregator_element_datadrupal/modules/aggregator/aggregator.parser.incCallback function used by the XML parser.
aggregator_element_enddrupal/modules/aggregator/aggregator.parser.incCall-back function used by the XML parser.
aggregator_element_startdrupal/modules/aggregator/aggregator.parser.incCallback function used by the XML parser.
aggregator_expiredrupal/modules/aggregator/aggregator.processor.incExpire feed items on $feed that are older than aggregator_clear.
aggregator_feed_items_loaddrupal/modules/aggregator/aggregator.pages.incLoad feed items

Other projects: