Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
xmlrpc_server_set drupal/core/modules/xmlrpc/xmlrpc.server.inc Stores a copy of an XML-RPC request temporarily. 2
xmlrpc_server_get drupal/core/modules/xmlrpc/xmlrpc.server.inc Retrieves the latest stored XML-RPC request. 4
xmlrpc_server_call drupal/core/modules/xmlrpc/xmlrpc.server.inc Dispatches an XML-RPC request and any parameters to the appropriate handler. 2
xmlrpc_server_multicall drupal/core/modules/xmlrpc/xmlrpc.server.inc Dispatches multiple XML-RPC requests. 1
xmlrpc_server_list_methods drupal/core/modules/xmlrpc/xmlrpc.server.inc Lists the methods available on this XML-RPC server. 1
xmlrpc_server_get_capabilities drupal/core/modules/xmlrpc/xmlrpc.server.inc Returns a list of the capabilities of this server. 1
xmlrpc_server_method_signature drupal/core/modules/xmlrpc/xmlrpc.server.inc Returns one method signature for a function. 1
xmlrpc_server_method_help drupal/core/modules/xmlrpc/xmlrpc.server.inc Returns the help for an XML-RPC method. 1
minimal_install drupal/core/profiles/minimal/minimal.install Implements hook_install().
minimal_form_install_configure_form_alter drupal/core/profiles/minimal/minimal.profile Implements hook_form_FORM_ID_alter() for install_configure_form().
standard_install drupal/core/profiles/standard/standard.install Implements hook_install().
standard_form_install_configure_form_alter drupal/core/profiles/standard/standard.profile Implements hook_form_FORM_ID_alter() for install_configure_form().
testing_install drupal/core/profiles/testing/testing.install Implements hook_install().
bartik_preprocess_html drupal/core/themes/bartik/bartik.theme Implements hook_preprocess_HOOK() for html.tpl.php.
bartik_process_html drupal/core/themes/bartik/bartik.theme Implements hook_process_HOOK() for html.tpl.php.
bartik_preprocess_page drupal/core/themes/bartik/bartik.theme Implements hook_preprocess_HOOK() for page.html.twig.
bartik_process_page drupal/core/themes/bartik/bartik.theme Implements hook_process_HOOK() for page.html.twig.
bartik_preprocess_maintenance_page drupal/core/themes/bartik/bartik.theme Implements hook_preprocess_HOOK() for maintenance-page.html.twig.
bartik_process_maintenance_page drupal/core/themes/bartik/bartik.theme Implements hook_process_HOOK() for maintenance-page.html.twig.
bartik_preprocess_node drupal/core/themes/bartik/bartik.theme Implements hook_preprocess_HOOK() for node.html.twig.
bartik_menu_tree drupal/core/themes/bartik/bartik.theme Implements theme_menu_tree().
bartik_field__taxonomy_term_reference drupal/core/themes/bartik/bartik.theme Implements theme_field__field_type().
phptemplate_init drupal/core/themes/engines/phptemplate/phptemplate.engine Implements hook_init().
phptemplate_theme drupal/core/themes/engines/phptemplate/phptemplate.engine Implements hook_theme().
phptemplate_extension drupal/core/themes/engines/phptemplate/phptemplate.engine Implements hook_extension().
phptemplate_render_template drupal/core/themes/engines/phptemplate/phptemplate.engine Renders a system default template, which is essentially a PHP template.
twig_theme drupal/core/themes/engines/twig/twig.engine Implements hook_theme().
twig_extension drupal/core/themes/engines/twig/twig.engine Implements hook_extension(). 3
twig_init drupal/core/themes/engines/twig/twig.engine Implements hook_init().
twig_render_template drupal/core/themes/engines/twig/twig.engine Renders a Twig template. 1
twig_render_var drupal/core/themes/engines/twig/twig.engine Wrapper around render() for twig printed output. 1
twig_hide drupal/core/themes/engines/twig/twig.engine Wrapper around hide() that does not return the content. 1
twig_show drupal/core/themes/engines/twig/twig.engine Wrapper around show() that does not return the content. 1
seven_preprocess_maintenance_page drupal/core/themes/seven/seven.theme Implements hook_preprocess_HOOK() for maintenance-page.html.twig.
seven_preprocess_html drupal/core/themes/seven/seven.theme Implements hook_preprocess_HOOK() for html.tpl.php. 1
seven_preprocess_page drupal/core/themes/seven/seven.theme Implements hook_preprocess_HOOK() for page.tpl.php.
seven_node_add_list drupal/core/themes/seven/seven.theme Displays the list of available node types for node creation.
seven_custom_block_add_list drupal/core/themes/seven/seven.theme Overrides theme_custom_block_add_list().
seven_admin_block_content drupal/core/themes/seven/seven.theme Overrides theme_admin_block_content().
seven_tablesort_indicator drupal/core/themes/seven/seven.theme Overrides theme_tablesort_indicator().
seven_preprocess_install_page drupal/core/themes/seven/seven.theme Implements hook_preprocess_install_page().
seven_form_node_form_alter drupal/core/themes/seven/seven.theme Implements hook_form_BASE_FORM_ID_alter().
update_selection_page drupal/core/update.php Renders a form with a list of available database updates. 1
update_script_selection_form drupal/core/update.php Form constructor for the list of available database module updates. 1
update_helpful_links drupal/core/update.php Provides links to the homepage and administration pages. 2
update_flush_all_caches drupal/core/update.php Remove update overrides and flush all caches. 2
update_results_page drupal/core/update.php Displays results of the update script with any accompanying errors. 1
update_info_page drupal/core/update.php Provides an overview of the Drupal database update. 1
update_access_denied_page drupal/core/update.php Renders a 403 access denied page for update.php. 1
update_access_allowed drupal/core/update.php Determines if the current user is allowed to run update.php. 1

Pages

Other projects