Functions

Primary tabs

Name Location Description Direct usessort ascending Strings
assetic_stylesheets drupal/core/vendor/kriswallsmith/assetic/src/functions.php Returns an array of stylesheet URLs.
assetic_image drupal/core/vendor/kriswallsmith/assetic/src/functions.php Returns an image URL.
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().
entity_cache_test_dependency_entity_info_alter drupal/core/modules/system/tests/modules/entity_cache_test_dependency/entity_cache_test_dependency.module Implements hook_entity_info_alter().
design_test_menu drupal/core/modules/system/tests/modules/design_test/design_test.module Implements hook_menu().
design_test_menu_local_tasks_alter drupal/core/modules/system/tests/modules/design_test/design_test.module Implements hook_menu_local_tasks_alter().
design_test_menu_theme_callback drupal/core/modules/system/tests/modules/design_test/design_test.module Menu theme callback for design_test pages. 1
entity_cache_test_watchdog drupal/core/modules/system/tests/modules/entity_cache_test/entity_cache_test.module Implements hook_watchdog().
router_test_permission drupal/core/modules/system/tests/modules/router_test/router_test.module Implements hook_permission().
test_page_test_menu drupal/core/modules/system/tests/modules/test_page_test/test_page_test.module Implements hook_menu().
test_page_test_page drupal/core/modules/system/tests/modules/test_page_test/test_page_test.module Page callback: Returns a test page and sets the title. 2
form_test_load_include_menu drupal/core/modules/system/tests/modules/form_test/form_test.file.inc Form constructor for testing FAPI file inclusion of the file specified in hook_menu(). 1
form_test_load_include_submit drupal/core/modules/system/tests/modules/form_test/form_test.file.inc Submit callback for the form API file inclusion test forms. 2
form_test_load_include_menu_ajax drupal/core/modules/system/tests/modules/form_test/form_test.file.inc Ajax callback for the file inclusion via menu test. 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
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
condition_test_node_info drupal/core/modules/system/tests/modules/condition_test/condition_test.module Implements hook_node_info().
ajax_test_menu drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module Implements hook_menu().
ajax_test_system_theme_info drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module Implements hook_system_theme_info().
ajax_test_render drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module Menu callback: Returns an element suitable for use by ajax_render(). 1
ajax_test_order drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module Menu callback: Returns an AjaxResponse; settings command set last. 1
ajax_test_error drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module Menu callback: Returns AJAX element with #error property set. 1
ajax_test_dialog drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module Menu callback: Renders a form elements and links with #ajax['dialog']. 1
ajax_test_dialog_form drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module Form builder: Renders buttons with #ajax['dialog']. 1
ajax_test_dialog_form_submit drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module Non-AJAX behavior of the dialog buttons.
ajax_test_dialog_form_callback_modal drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module AJAX callback handler for ajax_test_dialog_form(). 1
ajax_test_dialog_form_callback_nonmodal drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module AJAX callback handler for ajax_test_dialog_form(). 1
ajax_test_dialog_close drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module Menu callback: Close the ajax dialog. 1
aggregator_test_menu drupal/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.module Implements hook_menu().
aggregator_test_feed drupal/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.module Page callback. Generates a test feed and simulates last-modified and etags. 1
aggregator_test_redirect drupal/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.module Page callback that redirects to another feed. 1
field_test_install drupal/core/modules/field/tests/modules/field_test/field_test.install Implements hook_install().
field_test_schema drupal/core/modules/field/tests/modules/field_test/field_test.install Implements hook_schema().
field_test_field_schema drupal/core/modules/field/tests/modules/field_test/field_test.install Implements hook_field_schema().
field_test_field_storage_details drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Implements hook_field_storage_details().
field_test_field_storage_details_alter drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Implements hook_field_storage_details_alter().
field_test_field_storage_load drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Implements hook_field_storage_load().
field_test_field_storage_write drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Implements hook_field_storage_write().
field_test_field_storage_delete drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Implements hook_field_storage_delete().
field_test_field_storage_delete_revision drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Implements hook_field_storage_delete_revision().
field_test_field_storage_query drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Implements hook_field_storage_query().
_field_test_field_storage_query_sort_helper drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Sort helper for field_test_field_storage_query(). 1
field_test_field_storage_create_field drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Implements hook_field_storage_create_field().
field_test_field_storage_delete_field drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Implements hook_field_storage_delete_field().

Pages

Other projects