NameOrtBeschreibung
actions_actions_mapincludes/actions.incCreate an associative array keyed by md5 hashes of function names.
actions_deleteincludes/actions.incDelete a single action from the database.
actions_doincludes/actions.incPerform a given list of actions by executing their callback functions.
actions_function_lookupincludes/actions.incGiven an md5 hash of a function name, return the function name.
actions_get_all_actionsincludes/actions.incRetrieve all action instances from the database.
actions_listincludes/actions.incDiscover all action functions by invoking hook_action_info().
actions_loadincludes/actions.incRetrieve a single action from the database.
actions_saveincludes/actions.incSave an action and its associated user-supplied parameter values to the database.
actions_synchronizeincludes/actions.incSynchronize actions that are provided by modules.
aggregator_admin_formmodules/aggregator/aggregator.admin.incForm builder; Configure the aggregator system.
aggregator_admin_form_submitmodules/aggregator/aggregator.admin.inc
aggregator_admin_overviewmodules/aggregator/aggregator.admin.incMenu callback; displays the aggregator administration page.
aggregator_admin_refresh_feedmodules/aggregator/aggregator.admin.incMenu callback; refreshes a feed, then redirects to the overview page.
aggregator_admin_remove_feedmodules/aggregator/aggregator.admin.inc
aggregator_admin_remove_feed_submitmodules/aggregator/aggregator.admin.incRemove all items from a feed and redirect to the overview page.
aggregator_aggregator_fetchmodules/aggregator/aggregator.fetcher.incImplementation of hook_aggregator_fetch().
aggregator_aggregator_fetch_infomodules/aggregator/aggregator.fetcher.incImplementation of hook_aggregator_fetch_info().
aggregator_aggregator_parsemodules/aggregator/aggregator.parser.incImplementation of hook_aggregator_parse().
aggregator_aggregator_parse_infomodules/aggregator/aggregator.parser.incImplementation of hook_aggregator_parse_info().
aggregator_aggregator_processmodules/aggregator/aggregator.processor.incImplementation of hook_aggregator_process().
aggregator_aggregator_process_infomodules/aggregator/aggregator.processor.incImplementation of hook_aggregator_process_info().
aggregator_aggregator_removemodules/aggregator/aggregator.processor.incImplementation of hook_aggregator_remove().
aggregator_block_configuremodules/aggregator/aggregator.moduleImplementation of hook_block_configure().
aggregator_block_listmodules/aggregator/aggregator.moduleImplementation of hook_block_list().
aggregator_block_savemodules/aggregator/aggregator.moduleImplementation of hook_block_save().
aggregator_block_viewmodules/aggregator/aggregator.moduleImplementation of 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.moduleImplementation of hook_cron().
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.incImplementation of hook_form_aggregator_admin_form_alter().
aggregator_form_categorymodules/aggregator/aggregator.admin.incForm builder; Generate a form to add/edit/delete aggregator categories.
aggregator_form_category_submitmodules/aggregator/aggregator.admin.incProcess aggregator_form_category form submissions.
aggregator_form_category_validatemodules/aggregator/aggregator.admin.incValidate aggregator_form_feed form submissions.
aggregator_form_feedmodules/aggregator/aggregator.admin.incForm builder; Generate a form to add/edit feed sources.
aggregator_form_feed_submitmodules/aggregator/aggregator.admin.incProcess aggregator_form_feed() form submissions.
aggregator_form_feed_validatemodules/aggregator/aggregator.admin.incValidate aggregator_form_feed() form submissions.
aggregator_form_opmlmodules/aggregator/aggregator.admin.incForm builder; Generate a form to import feeds from OPML.
aggregator_form_opml_submitmodules/aggregator/aggregator.admin.incProcess aggregator_form_opml form submissions.
aggregator_form_opml_validatemodules/aggregator/aggregator.admin.incValidate aggregator_form_opml form submissions.
aggregator_helpmodules/aggregator/aggregator.moduleImplementation of hook_help().
aggregator_initmodules/aggregator/aggregator.moduleImplementation of hook_init().