Open source media management and distribution platform
| Name | Location | Description |
|---|---|---|
| actions_actions_map | includes/actions.inc | Creates an associative array keyed by md5 hashes of function names or IDs. |
| actions_delete | includes/actions.inc | Deletes a single action from the database. |
| actions_do | includes/actions.inc | Performs a given list of actions by executing their callback functions. |
| actions_function_lookup | includes/actions.inc | Given an md5 hash of an action array key, returns the key (function or ID). |
| actions_get_all_actions | includes/actions.inc | Retrieves all action instances from the database. |
| actions_list | includes/actions.inc | Discovers all available actions by invoking hook_action_info(). |
| actions_load | includes/actions.inc | Retrieves a single action from the database. |
| actions_loop_test_action_info | modules/simpletest/tests/actions_loop_test.module | Implements hook_action_info(). |
| actions_loop_test_init | modules/simpletest/tests/actions_loop_test.module | Implements hook_init(). |
| actions_loop_test_install | modules/simpletest/tests/actions_loop_test.install | Implements hook_install(). |
| actions_loop_test_log | modules/simpletest/tests/actions_loop_test.module | Write a message to the log. |
| actions_loop_test_trigger_info | modules/simpletest/tests/actions_loop_test.module | Implements hook_trigger_info(). |
| actions_loop_test_watchdog | modules/simpletest/tests/actions_loop_test.module | Implements hook_watchdog(). |
| actions_save | includes/actions.inc | Saves an action and its user-supplied parameter values to the database. |
| actions_synchronize | includes/actions.inc | Synchronizes actions that are provided by modules in hook_action_info(). |
| aggregator_admin_form | modules/aggregator/aggregator.admin.inc | Form builder; Configure the aggregator system. |
| aggregator_admin_form_submit | modules/aggregator/aggregator.admin.inc | |
| aggregator_admin_overview | modules/aggregator/aggregator.admin.inc | Menu callback; displays the aggregator administration page. |
| aggregator_admin_refresh_feed | modules/aggregator/aggregator.admin.inc | Menu callback; refreshes a feed, then redirects to the overview page. |
| aggregator_admin_remove_feed | modules/aggregator/aggregator.admin.inc | |
| aggregator_admin_remove_feed_submit | modules/aggregator/aggregator.admin.inc | Remove all items from a feed and redirect to the overview page. |
| aggregator_aggregator_fetch | modules/aggregator/aggregator.fetcher.inc | Implements hook_aggregator_fetch(). |
| aggregator_aggregator_fetch_info | modules/aggregator/aggregator.fetcher.inc | Implements hook_aggregator_fetch_info(). |
| aggregator_aggregator_parse | modules/aggregator/aggregator.parser.inc | Implements hook_aggregator_parse(). |
| aggregator_aggregator_parse_info | modules/aggregator/aggregator.parser.inc | Implements hook_aggregator_parse_info(). |
| aggregator_aggregator_process | modules/aggregator/aggregator.processor.inc | Implements hook_aggregator_process(). |
| aggregator_aggregator_process_info | modules/aggregator/aggregator.processor.inc | Implements hook_aggregator_process_info(). |
| aggregator_aggregator_remove | modules/aggregator/aggregator.processor.inc | Implements hook_aggregator_remove(). |
| aggregator_block_configure | modules/aggregator/aggregator.module | Implements hook_block_configure(). |
| aggregator_block_info | modules/aggregator/aggregator.module | Implements hook_block_info(). |
| aggregator_block_save | modules/aggregator/aggregator.module | Implements hook_block_save(). |
| aggregator_block_view | modules/aggregator/aggregator.module | Implements hook_block_view(). |
| aggregator_categorize_items | modules/aggregator/aggregator.pages.inc | Form builder; build the page list form. |
| aggregator_categorize_items_submit | modules/aggregator/aggregator.pages.inc | Process aggregator_categorize_items() form submissions. |
| aggregator_category_load | modules/aggregator/aggregator.module | Load an aggregator category. |
| aggregator_cron | modules/aggregator/aggregator.module | Implements hook_cron(). |
| aggregator_cron_queue_info | modules/aggregator/aggregator.module | Implements hook_cron_queue_info(). |
| aggregator_element_data | modules/aggregator/aggregator.parser.inc | Callback function used by the XML parser. |
| aggregator_element_end | modules/aggregator/aggregator.parser.inc | Call-back function used by the XML parser. |
| aggregator_element_start | modules/aggregator/aggregator.parser.inc | Callback function used by the XML parser. |
| aggregator_expire | modules/aggregator/aggregator.processor.inc | Expire feed items on $feed that are older than aggregator_clear. |
| aggregator_feed_items_load | modules/aggregator/aggregator.pages.inc | Load feed items |
| aggregator_feed_load | modules/aggregator/aggregator.module | Load an aggregator feed. |
| aggregator_filter_xss | modules/aggregator/aggregator.module | Safely render HTML content, as allowed. |
| aggregator_form_aggregator_admin_form_alter | modules/aggregator/aggregator.processor.inc | Implements hook_form_aggregator_admin_form_alter(). |
| aggregator_form_category | modules/aggregator/aggregator.admin.inc | Form builder; Generate a form to add/edit/delete aggregator categories. |
| aggregator_form_category_submit | modules/aggregator/aggregator.admin.inc | Process aggregator_form_category form submissions. |
| aggregator_form_category_validate | modules/aggregator/aggregator.admin.inc | Validate aggregator_form_feed form submissions. |
| aggregator_form_feed | modules/aggregator/aggregator.admin.inc | Form builder; Generate a form to add/edit feed sources. |
| aggregator_form_feed_submit | modules/aggregator/aggregator.admin.inc | Process aggregator_form_feed() form submissions. |