actions_loop_test_action_info |
tests/actions_loop_test.module |
Implement hook_action_info(). |
|
|
actions_loop_test_init |
tests/actions_loop_test.module |
Implement hook_init(). |
|
|
actions_loop_test_install |
tests/actions_loop_test.install |
Implementation of hook_install(). |
|
|
actions_loop_test_log |
tests/actions_loop_test.module |
Write a message to the log. |
|
1 |
actions_loop_test_trigger_info |
tests/actions_loop_test.module |
Implement hook_trigger_info(). |
|
|
actions_loop_test_watchdog |
tests/actions_loop_test.module |
Implement hook_watchdog(). |
|
|
ajax_test_menu |
tests/ajax_test.module |
Implement hook_menu(). |
|
|
ajax_test_render |
tests/ajax_test.module |
Menu callback; Copies $_GET['commands'] into $commands and ajax_render()s that. |
|
1 |
ajax_test_render_error |
tests/ajax_test.module |
Menu callback; Invokes ajax_render_error(). |
|
1 |
browser_test_menu |
tests/browser_test.module |
Implement hook_menu(). |
|
|
browser_test_print_get |
tests/browser_test.module |
|
|
1 |
browser_test_print_post_form |
tests/browser_test.module |
|
|
1 |
browser_test_print_post_form_submit |
tests/browser_test.module |
|
|
|
browser_test_refresh_header |
tests/browser_test.module |
|
|
1 |
browser_test_refresh_meta |
tests/browser_test.module |
|
|
1 |
common_test_drupal_alter_alter |
tests/common_test.module |
Implement hook_TYPE_alter(). |
|
|
common_test_drupal_goto_alter |
tests/common_test.module |
Implement hook_drupal_goto_alter(). |
|
|
common_test_drupal_goto_land |
tests/common_test.module |
Landing page for drupal_goto(). |
|
1 |
common_test_drupal_goto_land_fail |
tests/common_test.module |
Fail landing page for drupal_goto(). |
|
1 |
common_test_drupal_goto_redirect |
tests/common_test.module |
Check that drupal_goto() exits once called. |
|
1 |
common_test_library |
tests/common_test.module |
Implementation of hook_library(). |
|
|
common_test_library_alter |
tests/common_test.module |
Implementation of hook_library_alter(). |
|
|
common_test_menu |
tests/common_test.module |
Implement hook_menu(). |
|
|
common_test_theme |
tests/common_test.module |
Implement hook_theme(). |
|
|
database_test_db_query_temporary |
tests/database_test.module |
Run a db_query_temporary and output the table name and its number of rows. |
|
1 |
database_test_even_pager_query |
tests/database_test.module |
Run a pager query and return the results. |
|
1 |
database_test_menu |
tests/database_test.module |
Implement hook_menu(). |
|
|
database_test_odd_pager_query |
tests/database_test.module |
Run a pager query and return the results. |
|
1 |
database_test_query_alter |
tests/database_test.module |
Implement hook_query_alter(). |
|
|
database_test_query_database_test_alter_remove_range_alter |
tests/database_test.module |
Implement hook_query_TAG_alter(). Called by DatabaseTestCase::testAlterRemoveRange. |
|
|
database_test_schema |
tests/database_test.install |
Implement hook_schema(). |
|
|
database_test_tablesort |
tests/database_test.module |
Run a tablesort query and return the results. |
|
1 |
database_test_tablesort_first |
tests/database_test.module |
Run a tablesort query with a second order_by after and return the results. |
|
1 |
error_test_generate_warnings |
tests/error_test.module |
Menu callback; generate warnings to test the error handler. |
|
1 |
error_test_menu |
tests/error_test.module |
Implement hook_menu(). |
|
|
error_test_trigger_exception |
tests/error_test.module |
Menu callback; trigger an exception to test the exception handler. |
|
1 |
error_test_trigger_pdo_exception |
tests/error_test.module |
Menu callback; trigger an exception to test the exception handler. |
|
1 |
field_test_create_bundle |
tests/field_test.module |
Create a new bundle for test_entity objects. |
|
|
field_test_create_stub_entity |
tests/field_test.module |
Helper function to create a basic 'test entity' structure. |
2 |
|
field_test_default_value |
tests/field_test.module |
Sample function to test default value assignment. |
|
|
field_test_delete_bundle |
tests/field_test.module |
Delete a bundle for test_entity objects. |
|
|
field_test_entity_add |
tests/field_test.module |
|
|
1 |
field_test_entity_edit |
tests/field_test.module |
|
|
1 |
field_test_entity_form |
tests/field_test.module |
Form to set the value of fields attached to our entity. |
|
2 |
field_test_entity_form_submit |
tests/field_test.module |
Submit handler for field_test_set_field_values(). |
|
|
field_test_entity_form_submit_builder |
tests/field_test.module |
Build a test_entity by processing submitted form values and prepare for a form rebuild. |
1 |
1 |
field_test_entity_form_validate |
tests/field_test.module |
Validate handler for field_test_set_field_values(). |
|
|
field_test_entity_info |
tests/field_test.module |
Define a test fieldable entity. |
3 |
|
field_test_entity_info_alter |
tests/field_test.module |
Implement hook_entity_info_alter(). |
|
|
field_test_entity_info_translatable |
tests/field_test.module |
Helper function to enable entity translations. |
1 |
|