Functions

NameLocationDescription
actions_actions_mapcore/includes/actions.incCreates an associative array keyed by hashes of function names or IDs.
actions_deletecore/includes/actions.incDeletes a single action from the database.
actions_docore/includes/actions.incPerforms a given list of actions by executing their callback functions.
actions_function_lookupcore/includes/actions.incReturns an action array key (function or ID), given its hash.
actions_get_all_actionscore/includes/actions.incRetrieves all action instances from the database.
actions_listcore/includes/actions.incDiscovers all available actions by invoking hook_action_info().
actions_loadcore/includes/actions.incRetrieves a single action from the database.
actions_loop_test_action_infocore/modules/system/tests/modules/actions_loop_test/actions_loop_test.moduleImplements hook_action_info().
actions_loop_test_initcore/modules/system/tests/modules/actions_loop_test/actions_loop_test.moduleImplements hook_init().
actions_loop_test_logcore/modules/system/tests/modules/actions_loop_test/actions_loop_test.moduleWrite a message to the log.
actions_loop_test_watchdogcore/modules/system/tests/modules/actions_loop_test/actions_loop_test.moduleImplements hook_watchdog().
actions_savecore/includes/actions.incSaves an action and its user-supplied parameter values to the database.
actions_synchronizecore/includes/actions.incSynchronizes actions that are provided by modules in hook_action_info().
aggregator_admin_formcore/modules/aggregator/aggregator.admin.incForm constructor for the aggregator system settings.
aggregator_admin_form_submitcore/modules/aggregator/aggregator.admin.incForm submission handler for aggregator_admin_form().
aggregator_admin_overviewcore/modules/aggregator/aggregator.admin.incPage callback: Displays the aggregator administration page.
aggregator_admin_refresh_feedcore/modules/aggregator/aggregator.admin.incPage callback: Refreshes a feed, then redirects to the overview page.
aggregator_admin_remove_feedcore/modules/aggregator/aggregator.admin.incPage callback: Deletes a feed.
aggregator_admin_remove_feed_submitcore/modules/aggregator/aggregator.admin.incForm submission handler for aggregator_admin_remove_feed().
aggregator_aggregator_fetchcore/modules/aggregator/aggregator.fetcher.incImplements hook_aggregator_fetch().
aggregator_aggregator_fetch_infocore/modules/aggregator/aggregator.fetcher.incImplements hook_aggregator_fetch_info().
aggregator_aggregator_parsecore/modules/aggregator/aggregator.parser.incImplements hook_aggregator_parse().
aggregator_aggregator_parse_infocore/modules/aggregator/aggregator.parser.incImplements hook_aggregator_parse_info().
aggregator_aggregator_processcore/modules/aggregator/aggregator.processor.incImplements hook_aggregator_process().
aggregator_aggregator_process_infocore/modules/aggregator/aggregator.processor.incImplements hook_aggregator_process_info().
aggregator_aggregator_removecore/modules/aggregator/aggregator.processor.incImplements hook_aggregator_remove().
aggregator_block_configurecore/modules/aggregator/aggregator.moduleImplements hook_block_configure().
aggregator_block_infocore/modules/aggregator/aggregator.moduleImplements hook_block_info().
aggregator_block_savecore/modules/aggregator/aggregator.moduleImplements hook_block_save().
aggregator_block_viewcore/modules/aggregator/aggregator.moduleImplements hook_block_view().
aggregator_categorize_itemscore/modules/aggregator/aggregator.pages.incForm constructor to build the page list form.
aggregator_categorize_items_submitcore/modules/aggregator/aggregator.pages.incForm submission handler for aggregator_categorize_items().
aggregator_category_loadcore/modules/aggregator/aggregator.moduleLoads an aggregator category.
aggregator_croncore/modules/aggregator/aggregator.moduleImplements hook_cron().
aggregator_element_datacore/modules/aggregator/aggregator.parser.incPerforms an action when data is encountered.
aggregator_element_endcore/modules/aggregator/aggregator.parser.incPerforms an action when a closing tag is encountered.
aggregator_element_startcore/modules/aggregator/aggregator.parser.incPerforms an action when an opening tag is encountered.
aggregator_expirecore/modules/aggregator/aggregator.processor.incExpires items from a feed depending on expiration settings.
aggregator_feed_loadcore/modules/aggregator/aggregator.moduleLoads an aggregator feed.
aggregator_filter_xsscore/modules/aggregator/aggregator.moduleSafely renders HTML content, as allowed.
aggregator_form_aggregator_admin_form_altercore/modules/aggregator/aggregator.processor.incImplements hook_form_aggregator_admin_form_alter().
aggregator_form_categorycore/modules/aggregator/aggregator.admin.incForm constructor to add/edit/delete aggregator categories.
aggregator_form_category_submitcore/modules/aggregator/aggregator.admin.incForm submission handler for aggregator_form_category().
aggregator_form_category_validatecore/modules/aggregator/aggregator.admin.incForm validation handler for aggregator_form_category().
aggregator_form_feedcore/modules/aggregator/aggregator.admin.incForm constructor for adding and editing feed sources.
aggregator_form_feed_submitcore/modules/aggregator/aggregator.admin.incForm submission handler for aggregator_form_feed().
aggregator_form_feed_validatecore/modules/aggregator/aggregator.admin.incForm validation handler for aggregator_form_feed().
aggregator_form_opmlcore/modules/aggregator/aggregator.admin.incForm constructor for importing feeds from OPML.
aggregator_form_opml_submitcore/modules/aggregator/aggregator.admin.incForm submission handler for aggregator_form_opml().
aggregator_form_opml_validatecore/modules/aggregator/aggregator.admin.incForm validation handler for aggregator_form_opml().

Other projects