actions_do |
drupal/core/modules/action/action.module |
Performs a given list of actions by executing their callback functions. |
2 |
|
action_actions_map |
drupal/core/modules/action/action.module |
Creates an associative array keyed by hashes of function names or IDs. |
2 |
|
action_action_info |
drupal/core/modules/action/action.module |
Implements hook_action_info(). |
|
|
action_admin_configure |
drupal/core/modules/action/action.admin.inc |
Form constructor for the configuration of a single action. |
|
1 |
action_admin_configure_submit |
drupal/core/modules/action/action.admin.inc |
Form submission handler for action_admin_configure(). |
|
|
action_admin_configure_validate |
drupal/core/modules/action/action.admin.inc |
Form validation handler for action_admin_configure(). |
|
|
action_admin_delete_form |
drupal/core/modules/action/action.admin.inc |
Creates the form for confirmation of deleting an action. |
|
1 |
action_admin_delete_form_submit |
drupal/core/modules/action/action.admin.inc |
Form submission handler for action_admin_delete_form(). |
|
|
action_admin_delete_orphans_post |
drupal/core/modules/action/action.admin.inc |
Post-deletion operations for deleting action orphans. |
|
|
action_admin_manage |
drupal/core/modules/action/action.admin.inc |
Menu callback; Displays an overview of available and configured actions. |
|
1 |
action_admin_manage_form |
drupal/core/modules/action/action.admin.inc |
Define the form for the actions overview page. |
|
1 |
action_admin_manage_form_submit |
drupal/core/modules/action/action.admin.inc |
Form submission handler for action_admin_manage_form(). |
|
|
action_admin_remove_orphans |
drupal/core/modules/action/action.admin.inc |
Removes actions that are in the database but not supported by any enabled module. |
|
1 |
action_delete |
drupal/core/modules/action/action.module |
Deletes a single action from the database. |
2 |
|
action_function_lookup |
drupal/core/modules/action/action.module |
Returns an action array key (function or ID), given its hash. |
2 |
|
action_get_all_actions |
drupal/core/modules/action/action.module |
Retrieves all action instances from the database. |
1 |
|
action_goto_action |
drupal/core/modules/action/action.module |
Redirects to a different URL. |
|
1 |
action_goto_action_form |
drupal/core/modules/action/action.module |
Constructs the settings form for action_goto_action(). |
|
|
action_goto_action_submit |
drupal/core/modules/action/action.module |
Processes action_goto_action form submissions. |
|
|
action_help |
drupal/core/modules/action/action.module |
Implements hook_help(). |
|
|
action_list |
drupal/core/modules/action/action.module |
Discovers all available actions by invoking hook_action_info(). |
5 |
|
action_load |
drupal/core/modules/action/action.module |
Retrieves a single action from the database. |
2 |
|
action_loop_test_action_info |
drupal/core/modules/action/tests/action_loop_test/action_loop_test.module |
Implements hook_action_info(). |
1 |
|
action_loop_test_init |
drupal/core/modules/action/tests/action_loop_test/action_loop_test.module |
Implements hook_init(). |
|
|
action_loop_test_install |
drupal/core/modules/action/tests/action_loop_test/action_loop_test.install |
Implements hook_install(). |
|
|
action_loop_test_log |
drupal/core/modules/action/tests/action_loop_test/action_loop_test.module |
Write a message to the log. |
|
1 |
action_loop_test_watchdog |
drupal/core/modules/action/tests/action_loop_test/action_loop_test.module |
Implements hook_watchdog(). |
|
|
action_menu |
drupal/core/modules/action/action.module |
Implements hook_menu(). |
|
|
action_message_action |
drupal/core/modules/action/action.module |
Sends a message to the current user's screen. |
|
|
action_message_action_form |
drupal/core/modules/action/action.module |
Constructs the settings form for action_message_action(). |
|
|
action_message_action_submit |
drupal/core/modules/action/action.module |
Processes action_message_action form submissions. |
|
|
action_permission |
drupal/core/modules/action/action.module |
Implements hook_permission(). |
|
|
action_rebuild |
drupal/core/modules/action/action.module |
Implements hook_rebuild(). |
|
|
action_save |
drupal/core/modules/action/action.module |
Saves an action and its user-supplied parameter values to the database. |
2 |
|
action_schema |
drupal/core/modules/action/action.install |
Implements hook_schema(). |
|
|
action_send_email_action |
drupal/core/modules/action/action.module |
Sends an e-mail message. |
|
|
action_send_email_action_form |
drupal/core/modules/action/action.module |
Return a form definition so the Send email action can be configured. |
|
|
action_send_email_action_submit |
drupal/core/modules/action/action.module |
Processes action_send_email_action() form submissions. |
|
|
action_send_email_action_validate |
drupal/core/modules/action/action.module |
Validates action_send_email_action() form submissions. |
|
|
action_synchronize |
drupal/core/modules/action/action.module |
Synchronizes actions that are provided by modules in hook_action_info(). |
3 |
|
action_views_data |
drupal/core/modules/action/action.views.inc |
Implements hook_views_data(). |
|
|
action_views_form_substitutions |
drupal/core/modules/action/action.views.inc |
Implements hook_views_form_substitutions(). |
|
|
aggregator_admin_form |
drupal/core/modules/aggregator/aggregator.admin.inc |
Form constructor for the aggregator system settings. |
|
1 |
aggregator_admin_form_submit |
drupal/core/modules/aggregator/aggregator.admin.inc |
Form submission handler for aggregator_admin_form(). |
|
|
aggregator_admin_overview |
drupal/core/modules/aggregator/aggregator.admin.inc |
Page callback: Displays the aggregator administration page. |
|
1 |
aggregator_admin_refresh_feed |
drupal/core/modules/aggregator/aggregator.admin.inc |
Page callback: Refreshes a feed, then redirects to the overview page. |
|
1 |
aggregator_admin_remove_feed |
drupal/core/modules/aggregator/aggregator.admin.inc |
Page callback: Deletes a feed. |
|
1 |
aggregator_admin_remove_feed_submit |
drupal/core/modules/aggregator/aggregator.admin.inc |
Form submission handler for aggregator_admin_remove_feed(). |
|
|
aggregator_aggregator_parse |
drupal/core/modules/aggregator/aggregator.parser.inc |
Implements hook_aggregator_parse(). |
|
|
aggregator_aggregator_parse_info |
drupal/core/modules/aggregator/aggregator.parser.inc |
Implements hook_aggregator_parse_info(). |
|
|