| actions_actions_map | core/includes/actions.inc | Creates an associative array keyed by hashes of function names or IDs. |
| actions_delete | core/includes/actions.inc | Deletes a single action from the database. |
| actions_do | core/includes/actions.inc | Performs a given list of actions by executing their callback functions. |
| actions_function_lookup | core/includes/actions.inc | Returns an action array key (function or ID), given its hash. |
| actions_get_all_actions | core/includes/actions.inc | Retrieves all action instances from the database. |
| actions_list | core/includes/actions.inc | Discovers all available actions by invoking hook_action_info(). |
| actions_load | core/includes/actions.inc | Retrieves a single action from the database. |
| actions_loop_test_action_info | core/modules/system/tests/modules/actions_loop_test/actions_loop_test.module | Implements hook_action_info(). |
| actions_loop_test_init | core/modules/system/tests/modules/actions_loop_test/actions_loop_test.module | Implements hook_init(). |
| actions_loop_test_log | core/modules/system/tests/modules/actions_loop_test/actions_loop_test.module | Write a message to the log. |
| actions_loop_test_watchdog | core/modules/system/tests/modules/actions_loop_test/actions_loop_test.module | Implements hook_watchdog(). |
| actions_save | core/includes/actions.inc | Saves an action and its user-supplied parameter values to the database. |
| actions_synchronize | core/includes/actions.inc | Synchronizes actions that are provided by modules in hook_action_info(). |
| aggregator_admin_form | core/modules/aggregator/aggregator.admin.inc | Form constructor for the aggregator system settings. |
| aggregator_admin_form_submit | core/modules/aggregator/aggregator.admin.inc | Form submission handler for aggregator_admin_form(). |
| aggregator_admin_overview | core/modules/aggregator/aggregator.admin.inc | Page callback: Displays the aggregator administration page. |
| aggregator_admin_refresh_feed | core/modules/aggregator/aggregator.admin.inc | Page callback: Refreshes a feed, then redirects to the overview page. |
| aggregator_admin_remove_feed | core/modules/aggregator/aggregator.admin.inc | Page callback: Deletes a feed. |
| aggregator_admin_remove_feed_submit | core/modules/aggregator/aggregator.admin.inc | Form submission handler for aggregator_admin_remove_feed(). |
| aggregator_aggregator_fetch | core/modules/aggregator/aggregator.fetcher.inc | Implements hook_aggregator_fetch(). |
| aggregator_aggregator_fetch_info | core/modules/aggregator/aggregator.fetcher.inc | Implements hook_aggregator_fetch_info(). |
| aggregator_aggregator_parse | core/modules/aggregator/aggregator.parser.inc | Implements hook_aggregator_parse(). |
| aggregator_aggregator_parse_info | core/modules/aggregator/aggregator.parser.inc | Implements hook_aggregator_parse_info(). |
| aggregator_aggregator_process | core/modules/aggregator/aggregator.processor.inc | Implements hook_aggregator_process(). |
| aggregator_aggregator_process_info | core/modules/aggregator/aggregator.processor.inc | Implements hook_aggregator_process_info(). |
| aggregator_aggregator_remove | core/modules/aggregator/aggregator.processor.inc | Implements hook_aggregator_remove(). |
| aggregator_block_configure | core/modules/aggregator/aggregator.module | Implements hook_block_configure(). |
| aggregator_block_info | core/modules/aggregator/aggregator.module | Implements hook_block_info(). |
| aggregator_block_save | core/modules/aggregator/aggregator.module | Implements hook_block_save(). |
| aggregator_block_view | core/modules/aggregator/aggregator.module | Implements hook_block_view(). |
| aggregator_categorize_items | core/modules/aggregator/aggregator.pages.inc | Form constructor to build the page list form. |
| aggregator_categorize_items_submit | core/modules/aggregator/aggregator.pages.inc | Form submission handler for aggregator_categorize_items(). |
| aggregator_category_load | core/modules/aggregator/aggregator.module | Loads an aggregator category. |
| aggregator_cron | core/modules/aggregator/aggregator.module | Implements hook_cron(). |
| aggregator_element_data | core/modules/aggregator/aggregator.parser.inc | Performs an action when data is encountered. |
| aggregator_element_end | core/modules/aggregator/aggregator.parser.inc | Performs an action when a closing tag is encountered. |
| aggregator_element_start | core/modules/aggregator/aggregator.parser.inc | Performs an action when an opening tag is encountered. |
| aggregator_expire | core/modules/aggregator/aggregator.processor.inc | Expires items from a feed depending on expiration settings. |
| aggregator_feed_load | core/modules/aggregator/aggregator.module | Loads an aggregator feed. |
| aggregator_filter_xss | core/modules/aggregator/aggregator.module | Safely renders HTML content, as allowed. |
| aggregator_form_aggregator_admin_form_alter | core/modules/aggregator/aggregator.processor.inc | Implements hook_form_aggregator_admin_form_alter(). |
| aggregator_form_category | core/modules/aggregator/aggregator.admin.inc | Form constructor to add/edit/delete aggregator categories. |
| aggregator_form_category_submit | core/modules/aggregator/aggregator.admin.inc | Form submission handler for aggregator_form_category(). |
| aggregator_form_category_validate | core/modules/aggregator/aggregator.admin.inc | Form validation handler for aggregator_form_category(). |
| aggregator_form_feed | core/modules/aggregator/aggregator.admin.inc | Form constructor for adding and editing feed sources. |
| aggregator_form_feed_submit | core/modules/aggregator/aggregator.admin.inc | Form submission handler for aggregator_form_feed(). |
| aggregator_form_feed_validate | core/modules/aggregator/aggregator.admin.inc | Form validation handler for aggregator_form_feed(). |
| aggregator_form_opml | core/modules/aggregator/aggregator.admin.inc | Form constructor for importing feeds from OPML. |
| aggregator_form_opml_submit | core/modules/aggregator/aggregator.admin.inc | Form submission handler for aggregator_form_opml(). |
| aggregator_form_opml_validate | core/modules/aggregator/aggregator.admin.inc | Form validation handler for aggregator_form_opml(). |