Functions

Primary tabs

Name Location Description Direct usessort ascending Strings
_batch_test_nested_batch_callback drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc Performs a batch operation setting up its own batch. 1
_batch_test_finished_0 drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc Triggers 'finished' callback for batch 0. 1
_batch_test_finished_1 drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc Triggers 'finished' callback for batch 1. 1
_batch_test_finished_2 drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc Triggers 'finished' callback for batch 2. 1
_batch_test_finished_3 drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc Triggers 'finished' callback for batch 3. 1
_batch_test_finished_4 drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc Triggers 'finished' callback for batch 4. 1
_batch_test_finished_5 drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc Triggers 'finished' callback for batch 5. 1
batch_test_menu drupal/core/modules/system/tests/modules/batch_test/batch_test.module Implements hook_menu().
batch_test_simple_form drupal/core/modules/system/tests/modules/batch_test/batch_test.module Form constructor for a batch selection form. 1
batch_test_simple_form_submit drupal/core/modules/system/tests/modules/batch_test/batch_test.module Form submission handler for batch_test_simple_form().
batch_test_multistep_form drupal/core/modules/system/tests/modules/batch_test/batch_test.module Form constructor for a multistep form. 1
batch_test_multistep_form_submit drupal/core/modules/system/tests/modules/batch_test/batch_test.module Form submission handler for batch_test_multistep_form().
batch_test_chained_form drupal/core/modules/system/tests/modules/batch_test/batch_test.module Form constructor for a form with chained submit callbacks. 2
batch_test_chained_form_submit_1 drupal/core/modules/system/tests/modules/batch_test/batch_test.module Form submission handler #1 for batch_test_chained_form(). 1
batch_test_chained_form_submit_2 drupal/core/modules/system/tests/modules/batch_test/batch_test.module Form submission handler #2 for batch_test_chained_form(). 1
batch_test_chained_form_submit_3 drupal/core/modules/system/tests/modules/batch_test/batch_test.module Form submission handler #3 for batch_test_chained_form(). 1
batch_test_chained_form_submit_4 drupal/core/modules/system/tests/modules/batch_test/batch_test.module Form submission handler #4 for batch_test_chained_form(). 1
batch_test_programmatic drupal/core/modules/system/tests/modules/batch_test/batch_test.module Menu callback: Submits the 'Chained' form programmatically. 1
batch_test_nested_drupal_form_submit drupal/core/modules/system/tests/modules/batch_test/batch_test.module Menu callback: Submits a form within a batch programmatically. 1
_batch_test_nested_drupal_form_submit_callback drupal/core/modules/system/tests/modules/batch_test/batch_test.module Batch operation: Submits form_test_mock_form() using drupal_form_submit(). 1
batch_test_mock_form drupal/core/modules/system/tests/modules/batch_test/batch_test.module Form constructor for a simple form with a textfield and submit button. 1
batch_test_mock_form_submit drupal/core/modules/system/tests/modules/batch_test/batch_test.module Form submission handler for batch_test_mock_form().
batch_test_no_form drupal/core/modules/system/tests/modules/batch_test/batch_test.module Menu callback: Fires a batch process without a form submission. 1
batch_test_large_percentage drupal/core/modules/system/tests/modules/batch_test/batch_test.module Menu callback: Fires a batch process without a form submission. 1
batch_test_redirect_page drupal/core/modules/system/tests/modules/batch_test/batch_test.module Menu callback: Redirects successfuly. 1
_batch_test_batch_0 drupal/core/modules/system/tests/modules/batch_test/batch_test.module Batch 0: Does nothing.
_batch_test_batch_4 drupal/core/modules/system/tests/modules/batch_test/batch_test.module Batch 4: Performs a batch within a batch.
batch_test_theme_batch drupal/core/modules/system/tests/modules/batch_test/batch_test.module Menu callback: Runs a batch for testing theme used on the progress page. 1
_batch_test_theme_callback drupal/core/modules/system/tests/modules/batch_test/batch_test.module Tests the progress page theme by performing a batch callback. 1
error_test_menu drupal/core/modules/system/tests/modules/error_test/error_test.module Implements hook_menu().
error_test_generate_warnings drupal/core/modules/system/tests/modules/error_test/error_test.module Menu callback; generate warnings to test the error handler. 1
error_test_trigger_exception drupal/core/modules/system/tests/modules/error_test/error_test.module Menu callback; trigger an exception to test the exception handler. 1
error_test_trigger_pdo_exception drupal/core/modules/system/tests/modules/error_test/error_test.module Menu callback; trigger an exception to test the exception handler. 1
path_test_reset drupal/core/modules/system/tests/modules/path_test/path_test.module Resets the path test results.
path_test_path_update drupal/core/modules/system/tests/modules/path_test/path_test.module Implements hook_path_update().
url_alter_test_menu drupal/core/modules/system/tests/modules/url_alter_test/url_alter_test.module Implements hook_menu().
url_alter_test_foo drupal/core/modules/system/tests/modules/url_alter_test/url_alter_test.module Menu callback. 1
url_alter_test_url_outbound_alter drupal/core/modules/system/tests/modules/url_alter_test/url_alter_test.module Implements hook_url_outbound_alter().
url_alter_test_install drupal/core/modules/system/tests/modules/url_alter_test/url_alter_test.install Impelement hook_install().
plugin_test_plugin_test_alter drupal/core/modules/system/tests/modules/plugin_test/plugin_test.module Implements hook_plugin_test_alter().
common_test_cron_helper_cron drupal/core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.module Implements hook_cron().
entity_crud_hook_test_entity_presave drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_entity_presave().
entity_crud_hook_test_comment_presave drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_comment_presave().
entity_crud_hook_test_file_presave drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_file_presave().
entity_crud_hook_test_node_presave drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_node_presave().
entity_crud_hook_test_taxonomy_term_presave drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_taxonomy_term_presave().
entity_crud_hook_test_taxonomy_vocabulary_presave drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_taxonomy_vocabulary_presave().
entity_crud_hook_test_user_presave drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_user_presave().
entity_crud_hook_test_entity_insert drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_entity_insert().
entity_crud_hook_test_comment_insert drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_comment_insert().

Pages

Other projects