Functions

Primary tabs

Name Location Description Direct uses Stringssort ascending
image_test_rotate drupal/core/modules/system/tests/modules/image_test/image_test.module Image tookit's rotate operation.
image_test_desaturate drupal/core/modules/system/tests/modules/image_test/image_test.module Image tookit's desaturate operation.
form_test_menu drupal/core/modules/system/tests/modules/form_test/form_test.module Implements hook_menu().
form_test_permission drupal/core/modules/system/tests/modules/form_test/form_test.module Implements hook_permission().
block_form_form_test_alter_form_alter drupal/core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_FORM_ID_alter() on behalf of block.module.
form_test_form_alter drupal/core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_alter().
form_test_form_form_test_alter_form_alter drupal/core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_FORM_ID_alter().
system_form_form_test_alter_form_alter drupal/core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_FORM_ID_alter() on behalf of system.module.
form_test_validate_form_validate drupal/core/modules/system/tests/modules/form_test/form_test.module Form validation handler for form_test_validate_form().
form_test_validate_required_form_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Form submission handler for form_test_validate_required_form().
form_test_validate_required_form_no_title_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Form submission handler for form_test_validate_required_form_no_title().
_form_test_tableselect_get_data drupal/core/modules/system/tests/modules/form_test/form_test.module Create a header and options array. Helper function for callbacks. 4
_form_test_tableselect_form_builder drupal/core/modules/system/tests/modules/form_test/form_test.module Build a form to test the tableselect element. 5
_form_test_tableselect_multiple_true_form_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Process the tableselect #multiple = TRUE submitted values.
_form_test_tableselect_multiple_false_form_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Process the tableselect #multiple = FALSE submitted values.
form_test_storage_form_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Form submit handler to finish multi-step form.
form_test_form_state_values_clean_form_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Form submit handler for form_state_values_clean() test form.
form_test_form_state_values_clean_advanced_form_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Form submission handler for form_test_form_state_values_clean_advanced_form().
form_test_form_rebuild_preserve_values_form_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Form submit handler for form_test_form_rebuild_preserve_values_form().
form_test_state_persist_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Submit handler.
form_test_form_form_test_state_persist_alter drupal/core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_FORM_ID_alter().
form_test_programmatic_form_validate drupal/core/modules/system/tests/modules/form_test/form_test.module Form validation handler for programmatic form submissions.
form_test_clicked_button_validate drupal/core/modules/system/tests/modules/form_test/form_test.module Form validation handler for the form_test_clicked_button() form.
form_test_clicked_button_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Form submit handler for the form_test_clicked_button() form.
form_test_redirect_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Form submit handler to test different redirect behaviours.
form_test_form_user_register_form_alter drupal/core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_FORM_ID_alter() for the registration form.
requirements1_test_requirements drupal/core/modules/system/tests/modules/requirements1_test/requirements1_test.install Implements hook_requirements().
ajax_forms_test_menu drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Implements hook_menu().
ajax_forms_test_validation_form_submit drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Form submission handler for ajax_forms_test_validation_form().
update_test_2_update_dependencies drupal/core/modules/system/tests/modules/update_test_2/update_test_2.install Implements hook_update_dependencies().
update_test_2_update_8002 drupal/core/modules/system/tests/modules/update_test_2/update_test_2.install Dummy update_test_2 update 8002.
taxonomy_test_schema drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.install Implements hook_schema().
taxonomy_test_taxonomy_term_load drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.module Implements hook_taxonomy_term_load().
taxonomy_test_taxonomy_term_insert drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.module Implements hook_taxonomy_term_insert().
taxonomy_test_taxonomy_term_update drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.module Implements hook_taxonomy_term_update().
taxonomy_test_taxonomy_term_delete drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.module Implements hook_taxonomy_term_delete().
taxonomy_test_taxonomy_term_view drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.module Implements hook_taxonomy_term_view().
taxonomy_test_entity_view drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.module Implements hook_entity_view().
taxonomy_test_form_taxonomy_term_form_alter drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.module Implements hook_form_FORM_ID_alter().
taxonomy_test_get_antonym drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.module Return the antonym of the given term ID. 2
theme_theme_test drupal/core/modules/system/tests/modules/theme_test/theme_test.inc Returns HTML for the 'theme_test' theme hook used by tests.
template_preprocess_theme_test drupal/core/modules/system/tests/modules/theme_test/theme_test.inc Preprocesses variables for theme_theme_test().
theme_test_theme drupal/core/modules/system/tests/modules/theme_test/theme_test.module Implements hook_theme().
theme_test_system_theme_info drupal/core/modules/system/tests/modules/theme_test/theme_test.module Implements hook_system_theme_info().
theme_test_menu drupal/core/modules/system/tests/modules/theme_test/theme_test.module Implements hook_menu().
theme_test_init drupal/core/modules/system/tests/modules/theme_test/theme_test.module Implements hook_init().
theme_test_preprocess_html drupal/core/modules/system/tests/modules/theme_test/theme_test.module Implements hook_preprocess_HOOK() for html.tpl.php.
theme_theme_test_foo drupal/core/modules/system/tests/modules/theme_test/theme_test.module Theme function for testing theme('theme_test_foo').
_batch_test_finished_helper drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc Provides a common 'finished' callback for batches 1 to 4. 6
batch_test_menu drupal/core/modules/system/tests/modules/batch_test/batch_test.module Implements hook_menu().

Pages

Other projects