Functions

NameLocationDescription
actions_actions_mapincludes/actions.incCreates an associative array keyed by md5 hashes of function names or IDs.
actions_deleteincludes/actions.incDeletes a single action from the database.
actions_doincludes/actions.incPerforms a given list of actions by executing their callback functions.
actions_function_lookupincludes/actions.incGiven an md5 hash of an action array key, returns the key (function or ID).
actions_get_all_actionsincludes/actions.incRetrieves all action instances from the database.
actions_listincludes/actions.incDiscovers all available actions by invoking hook_action_info().
actions_loadincludes/actions.incRetrieves a single action from the database.
actions_loop_test_action_infomodules/simpletest/tests/actions_loop_test.moduleImplement hook_action_info().
actions_loop_test_initmodules/simpletest/tests/actions_loop_test.moduleImplement hook_init().
actions_loop_test_installmodules/simpletest/tests/actions_loop_test.installImplementation of hook_install().
actions_loop_test_logmodules/simpletest/tests/actions_loop_test.moduleWrite a message to the log.
actions_loop_test_trigger_infomodules/simpletest/tests/actions_loop_test.moduleImplement hook_trigger_info().
actions_loop_test_watchdogmodules/simpletest/tests/actions_loop_test.moduleImplement hook_watchdog().
actions_saveincludes/actions.incSaves an action and its user-supplied parameter values to the database.
actions_synchronizeincludes/actions.incSynchronizes actions that are provided by modules in hook_action_info().
aggregator_aggregator_fetchmodules/aggregator/aggregator.fetcher.incImplement hook_aggregator_fetch().
aggregator_aggregator_fetch_infomodules/aggregator/aggregator.fetcher.incImplement hook_aggregator_fetch_info().
aggregator_aggregator_parsemodules/aggregator/aggregator.parser.incImplement hook_aggregator_parse().
aggregator_aggregator_parse_infomodules/aggregator/aggregator.parser.incImplement hook_aggregator_parse_info().
aggregator_aggregator_processmodules/aggregator/aggregator.processor.incImplement hook_aggregator_process().
aggregator_aggregator_process_infomodules/aggregator/aggregator.processor.incImplement hook_aggregator_process_info().
aggregator_aggregator_removemodules/aggregator/aggregator.processor.incImplement hook_aggregator_remove().
aggregator_block_configuremodules/aggregator/aggregator.moduleImplement hook_block_configure().
aggregator_block_infomodules/aggregator/aggregator.moduleImplement hook_block_info().
aggregator_block_savemodules/aggregator/aggregator.moduleImplement hook_block_save().
aggregator_block_viewmodules/aggregator/aggregator.moduleImplement hook_block_view().
aggregator_categorize_itemsmodules/aggregator/aggregator.pages.incForm builder; build the page list form.
aggregator_categorize_items_submitmodules/aggregator/aggregator.pages.incProcess aggregator_categorize_items() form submissions.
aggregator_categorize_items_validatemodules/aggregator/aggregator.pages.incValidate aggregator_categorize_items() form submissions.
aggregator_category_loadmodules/aggregator/aggregator.moduleLoad an aggregator category.
aggregator_cronmodules/aggregator/aggregator.moduleImplement hook_cron().
aggregator_cron_queue_infomodules/aggregator/aggregator.moduleImplement hook_cron_queue_info().
aggregator_element_datamodules/aggregator/aggregator.parser.incCallback function used by the XML parser.
aggregator_element_endmodules/aggregator/aggregator.parser.incCall-back function used by the XML parser.
aggregator_element_startmodules/aggregator/aggregator.parser.incCallback function used by the XML parser.
aggregator_expiremodules/aggregator/aggregator.processor.incExpire feed items on $feed that are older than aggregator_clear.
aggregator_feed_items_loadmodules/aggregator/aggregator.pages.incLoad feed items
aggregator_feed_loadmodules/aggregator/aggregator.moduleLoad an aggregator feed.
aggregator_filter_xssmodules/aggregator/aggregator.moduleSafely render HTML content, as allowed.
aggregator_form_aggregator_admin_form_altermodules/aggregator/aggregator.processor.incImplement hook_form_aggregator_admin_form_alter().
aggregator_helpmodules/aggregator/aggregator.moduleImplement hook_help().
aggregator_initmodules/aggregator/aggregator.moduleImplement hook_init().
aggregator_menumodules/aggregator/aggregator.moduleImplement hook_menu().
aggregator_page_categoriesmodules/aggregator/aggregator.pages.incMenu callback; displays all the categories used by the aggregator.
aggregator_page_categorymodules/aggregator/aggregator.pages.incMenu callback; displays all the items aggregated in a particular category.
aggregator_page_lastmodules/aggregator/aggregator.pages.incMenu callback; displays the most recent items gathered from any feed.
aggregator_page_opmlmodules/aggregator/aggregator.pages.incMenu callback; generates an OPML representation of all feeds.
aggregator_page_rssmodules/aggregator/aggregator.pages.incMenu callback; generate an RSS 0.92 feed of aggregator items or categories.
aggregator_page_sourcemodules/aggregator/aggregator.pages.incMenu callback; displays all the items captured from a particular feed.
aggregator_page_sourcesmodules/aggregator/aggregator.pages.incMenu callback; displays all the feeds used by the aggregator.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.