Functions

Primary tabs

Name Location Description Direct uses Stringssort ascending
file_test_file_update drupal/core/modules/file/tests/file_test/file_test.module Implements hook_file_update().
file_test_file_copy drupal/core/modules/file/tests/file_test/file_test.module Implements hook_file_copy().
file_test_file_move drupal/core/modules/file/tests/file_test/file_test.module Implements hook_file_move().
file_test_file_predelete drupal/core/modules/file/tests/file_test/file_test.module Implements hook_file_predelete().
file_test_file_url_alter drupal/core/modules/file/tests/file_test/file_test.module Implements hook_file_url_alter().
file_test_file_mimetype_mapping_alter drupal/core/modules/file/tests/file_test/file_test.module Implements hook_file_mimetype_mapping_alter().
file_test_validator drupal/core/modules/file/tests/file_test/file_test.module Helper validator that returns the $errors parameter.
file_test_file_scan_callback_reset drupal/core/modules/file/tests/file_test/file_test.module Reset static variables used by file_test_file_scan_callback(). 1
language_elements_test_menu drupal/core/modules/language/tests/language_elements_test/language_elements_test.module Implements hook_menu().
action_loop_test_install drupal/core/modules/action/tests/action_loop_test/action_loop_test.install Implements hook_install().
action_loop_test_watchdog drupal/core/modules/action/tests/action_loop_test/action_loop_test.module Implements hook_watchdog().
action_loop_test_init drupal/core/modules/action/tests/action_loop_test/action_loop_test.module Implements hook_init().
action_loop_test_action_info drupal/core/modules/action/tests/action_loop_test/action_loop_test.module Implements hook_action_info(). 1
watchdog_skip_semaphore drupal/core/modules/action/tests/action_loop_test/action_loop_test.module Replacement of the watchdog() function that eliminates the use of semaphores so that we can test the abortion of an action loop. 2
assetic_init drupal/core/vendor/kriswallsmith/assetic/src/functions.php Initializes the global Assetic object.
assetic_stylesheets drupal/core/vendor/kriswallsmith/assetic/src/functions.php Returns an array of stylesheet URLs. 1
_assetic_urls drupal/core/vendor/kriswallsmith/assetic/src/functions.php Returns an array of asset urls. 3
xmlrpc_test_xmlrpc drupal/core/modules/xmlrpc/tests/modules/xmlrpc_test/xmlrpc_test.module Implements hook_xmlrpc().
xmlrpc_test_xmlrpc_alter drupal/core/modules/xmlrpc/tests/modules/xmlrpc_test/xmlrpc_test.module Implements hook_xmlrpc_alter().
transliterate_test_transliteration_overrides_alter drupal/core/modules/system/tests/modules/transliterate_test/transliterate_test.module Implements hook_transliteration_overrides_alter().
menu_test_menu drupal/core/modules/system/tests/modules/menu_test/menu_test.module Implements hook_menu().
menu_test_init drupal/core/modules/system/tests/modules/menu_test/menu_test.module Implements hook_init().
menu_test_custom_theme drupal/core/modules/system/tests/modules/menu_test/menu_test.module Implement hook_custom_theme().
menu_test_menu_name drupal/core/modules/system/tests/modules/menu_test/menu_test.module Helper function for the testMenuName() test. Used to change the menu_name parameter of a menu. 2
menu_test_menu_link_insert drupal/core/modules/system/tests/modules/menu_test/menu_test.module Implements hook_menu_link_insert().
menu_test_menu_link_update drupal/core/modules/system/tests/modules/menu_test/menu_test.module Implements hook_menu_link_update().
menu_test_menu_link_delete drupal/core/modules/system/tests/modules/menu_test/menu_test.module Implements hook_menu_link_delete().
menu_test_static_variable drupal/core/modules/system/tests/modules/menu_test/menu_test.module Static function for testing hook results. 4
menu_test_menu_site_status_alter drupal/core/modules/system/tests/modules/menu_test/menu_test.module Implements hook_menu_site_status_alter().
module_test_test_hook drupal/core/modules/system/tests/modules/module_test/module_test.file.inc Implements hook_test_hook().
module_test_permission drupal/core/modules/system/tests/modules/module_test/module_test.module Implements hook_permission().
module_test_system_info_alter drupal/core/modules/system/tests/modules/module_test/module_test.module Implements hook_system_info_alter().
module_test_hook_info drupal/core/modules/system/tests/modules/module_test/module_test.module Implements hook_hook_info().
module_test_menu drupal/core/modules/system/tests/modules/module_test/module_test.module Implements hook_menu().
module_test_load drupal/core/modules/system/tests/modules/module_test/module_test.module Load function used by module_test_hook_dynamic_loading_invoke_all_during_load().
module_test_modules_enabled drupal/core/modules/system/tests/modules/module_test/module_test.module Implements hook_modules_enabled().
module_test_modules_disabled drupal/core/modules/system/tests/modules/module_test/module_test.module Implements hook_modules_disabled().
module_test_modules_uninstalled drupal/core/modules/system/tests/modules/module_test/module_test.module Implements hook_modules_uninstalled().
module_test_schema drupal/core/modules/system/tests/modules/module_test/module_test.install Implements hook_schema().
module_test_install drupal/core/modules/system/tests/modules/module_test/module_test.install Implements hook_install().
module_test_enable drupal/core/modules/system/tests/modules/module_test/module_test.install Implements hook_enable().
common_test_menu drupal/core/modules/system/tests/modules/common_test/common_test.module Implements hook_menu().
common_test_drupal_goto_alter drupal/core/modules/system/tests/modules/common_test/common_test.module Implements hook_drupal_goto_alter().
common_test_drupal_alter_alter drupal/core/modules/system/tests/modules/common_test/common_test.module Implements hook_TYPE_alter().
bartik_drupal_alter_alter drupal/core/modules/system/tests/modules/common_test/common_test.module Implements hook_TYPE_alter() on behalf of Bartik theme.
block_drupal_alter_foo_alter drupal/core/modules/system/tests/modules/common_test/common_test.module Implements hook_TYPE_alter() on behalf of block module.
common_test_module_implements_alter drupal/core/modules/system/tests/modules/common_test/common_test.module Implements hook_module_implements_alter().
common_test_theme drupal/core/modules/system/tests/modules/common_test/common_test.module Implements hook_theme().
theme_common_test_foo drupal/core/modules/system/tests/modules/common_test/common_test.module Provides a theme function for drupal_render().
common_test_library_info_alter drupal/core/modules/system/tests/modules/common_test/common_test.module Implements hook_library_info_alter().

Pages

Other projects