| Name | Location | Description |
|---|---|---|
| actions_actions_map | drupal/ | Creates an associative array keyed by hashes of function names or IDs. |
| actions_delete | drupal/ | Deletes a single action from the database. |
| actions_do | drupal/ | Performs a given list of actions by executing their callback functions. |
| actions_function_lookup | drupal/ | Given a hash of an action array key, returns the key (function or ID). |
| actions_get_all_actions | drupal/ | Retrieves all action instances from the database. |
| actions_list | drupal/ | Discovers all available actions by invoking hook_action_info(). |
| actions_load | drupal/ | Retrieves a single action from the database. |
| actions_loop_test_action_info | drupal/ | Implements hook_action_info(). |
| actions_loop_test_init | drupal/ | Implements hook_init(). |
| actions_loop_test_install | drupal/ | Implements hook_install(). |
| actions_loop_test_log | drupal/ | Write a message to the log. |
| actions_loop_test_trigger_info | drupal/ | Implements hook_trigger_info(). |
| actions_loop_test_watchdog | drupal/ | Implements hook_watchdog(). |
| actions_save | drupal/ | Saves an action and its user-supplied parameter values to the database. |
| actions_synchronize | drupal/ | Synchronizes actions that are provided by modules in hook_action_info(). |
| action_example_action_info | examples/ | Implements hook_action_info(). |
| action_example_basic_action | examples/ | Basic example action. |
| action_example_menu | examples/ | Implements hook_menu(). |
| action_example_node_sticky_action | examples/ | Promote and set sticky flag action. This is the special action that has been customized using the configuration form. |
| action_example_node_sticky_action_form | examples/ | Generates settings form for action_example_node_sticky_action(). |
| action_example_node_sticky_action_submit | examples/ | Submit handler for action_example_node_sticky_action. |
| action_example_node_sticky_action_validate | examples/ | Validate settings form for action_example_node_sticky_action(). Verify that user exists before continuing. |
| action_example_unblock_user_action | examples/ | Unblock an user. This action can be fired from different trigger types: |
| aggregator_admin_form | drupal/ | Form builder; Configure the aggregator system. |
| aggregator_admin_form_submit | drupal/ | |
| aggregator_admin_overview | drupal/ | Menu callback; displays the aggregator administration page. |
| aggregator_admin_refresh_feed | drupal/ | Menu callback; refreshes a feed, then redirects to the overview page. |
| aggregator_admin_remove_feed | drupal/ | |
| aggregator_admin_remove_feed_submit | drupal/ | Remove all items from a feed and redirect to the overview page. |
| aggregator_aggregator_fetch | drupal/ | Implements hook_aggregator_fetch(). |
| aggregator_aggregator_fetch_info | drupal/ | Implements hook_aggregator_fetch_info(). |
| aggregator_aggregator_parse | drupal/ | Implements hook_aggregator_parse(). |
| aggregator_aggregator_parse_info | drupal/ | Implements hook_aggregator_parse_info(). |
| aggregator_aggregator_process | drupal/ | Implements hook_aggregator_process(). |
| aggregator_aggregator_process_info | drupal/ | Implements hook_aggregator_process_info(). |
| aggregator_aggregator_remove | drupal/ | Implements hook_aggregator_remove(). |
| aggregator_block_configure | drupal/ | Implements hook_block_configure(). |
| aggregator_block_info | drupal/ | Implements hook_block_info(). |
| aggregator_block_save | drupal/ | Implements hook_block_save(). |
| aggregator_block_view | drupal/ | Implements hook_block_view(). |
| aggregator_categorize_items | drupal/ | Form builder; build the page list form. |
| aggregator_categorize_items_submit | drupal/ | Process aggregator_categorize_items() form submissions. |
| aggregator_category_load | drupal/ | Load an aggregator category. |
| aggregator_cron | drupal/ | Implements hook_cron(). |
| aggregator_cron_queue_info | drupal/ | Implements hook_cron_queue_info(). |
| aggregator_element_data | drupal/ | Callback function used by the XML parser. |
| aggregator_element_end | drupal/ | Call-back function used by the XML parser. |
| aggregator_element_start | drupal/ | Callback function used by the XML parser. |
| aggregator_expire | drupal/ | Expire feed items on $feed that are older than aggregator_clear. |
| aggregator_feed_items_load | drupal/ | Load feed items |
Other projects: