Functions - 7.x - drupal
Title | Deprecated | File name | Summary | Direct uses | Strings |
---|---|---|---|---|---|
actions_actions_map | includes/ |
Creates an associative array keyed by hashes of function names or IDs. | 3 | ||
actions_delete | includes/ |
Deletes a single action from the database. | 2 | ||
actions_do | includes/ |
Performs a given list of actions by executing their callback functions. | 6 | ||
actions_function_lookup | includes/ |
Returns an action array key (function or ID), given its hash. | 7 | ||
actions_get_all_actions | includes/ |
Retrieves all action instances from the database. | 3 | ||
actions_list | includes/ |
Discovers all available actions by invoking hook_action_info(). | 7 | ||
actions_load | includes/ |
Retrieves a single action from the database. | 1 | ||
actions_loop_test_action_info | modules/ |
Implements hook_action_info(). | |||
actions_loop_test_init | modules/ |
Implements hook_init(). | |||
actions_loop_test_install | modules/ |
Implements hook_install(). | |||
actions_loop_test_log | modules/ |
Write a message to the log. | 1 | ||
actions_loop_test_trigger_info | modules/ |
Implements hook_trigger_info(). | |||
actions_loop_test_watchdog | modules/ |
Implements hook_watchdog(). | |||
actions_save | includes/ |
Saves an action and its user-supplied parameter values to the database. | 1 | ||
actions_synchronize | includes/ |
Synchronizes actions that are provided by modules in hook_action_info(). | 4 | ||
aggregator_admin_form | modules/ |
Form constructor for the aggregator system settings. | 1 | ||
aggregator_admin_form_submit | modules/ |
Form submission handler for aggregator_admin_form(). | |||
aggregator_admin_overview | modules/ |
Page callback: Displays the Aggregator module administration page. | 1 | ||
aggregator_admin_refresh_feed | modules/ |
Page callback: Refreshes a feed, then redirects to the overview page. | 1 | ||
aggregator_admin_remove_feed | modules/ |
Deletes a feed. | 1 | ||
aggregator_admin_remove_feed_submit | modules/ |
Form submission handler for aggregator_admin_remove_feed(). | |||
aggregator_aggregator_fetch | modules/ |
Implements hook_aggregator_fetch(). | |||
aggregator_aggregator_fetch_info | modules/ |
Implements hook_aggregator_fetch_info(). | |||
aggregator_aggregator_parse | modules/ |
Implements hook_aggregator_parse(). | |||
aggregator_aggregator_parse_info | modules/ |
Implements hook_aggregator_parse_info(). | |||
aggregator_aggregator_process | modules/ |
Implements hook_aggregator_process(). | |||
aggregator_aggregator_process_info | modules/ |
Implements hook_aggregator_process_info(). | |||
aggregator_aggregator_remove | modules/ |
Implements hook_aggregator_remove(). | |||
aggregator_block_configure | modules/ |
Implements hook_block_configure(). | |||
aggregator_block_info | modules/ |
Implements hook_block_info(). | |||
aggregator_block_save | modules/ |
Implements hook_block_save(). | |||
aggregator_block_view | modules/ |
Implements hook_block_view(). | |||
aggregator_categorize_items | modules/ |
Form constructor to build the page list form. | 1 | ||
aggregator_categorize_items_submit | modules/ |
Form submission handler for aggregator_categorize_items(). | 1 | ||
aggregator_category_load | modules/ |
Loads an aggregator category. | |||
aggregator_cron | modules/ |
Implements hook_cron(). | |||
aggregator_cron_queue_info | modules/ |
Implements hook_cron_queue_info(). | |||
aggregator_element_data | modules/ |
Performs an action when data is encountered. | 1 | ||
aggregator_element_end | modules/ |
Performs an action when a closing tag is encountered. | 1 | ||
aggregator_element_start | modules/ |
Performs an action when an opening tag is encountered. | 1 | ||
aggregator_expire | modules/ |
Expires items from a feed depending on expiration settings. | 1 | 1 | |
aggregator_feed_items_load | modules/ |
Loads and optionally filters feed items. | 3 | ||
aggregator_feed_load | modules/ |
Loads an aggregator feed. | |||
aggregator_filter_xss | modules/ |
Renders the HTML content safely, as allowed. | 2 | ||
aggregator_form_aggregator_admin_form_alter | modules/ |
Implements hook_form_aggregator_admin_form_alter(). | |||
aggregator_form_category | modules/ |
Form constructor to add/edit/delete aggregator categories. | 1 | ||
aggregator_form_category_submit | modules/ |
Form submission handler for aggregator_form_category(). | |||
aggregator_form_category_validate | modules/ |
Form validation handler for aggregator_form_category(). | |||
aggregator_form_feed | modules/ |
Form constructor for adding and editing feed sources. | 2 | ||
aggregator_form_feed_submit | modules/ |
Form submission handler for aggregator_form_feed(). |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.