You are here

Functions in Drupal 10

Primary tabs

Namesort descending Location Description Direct uses Strings
action_entity_type_build core/modules/action/action.module Implements hook_entity_type_build().
action_help core/modules/action/action.module Implements hook_help().
action_removed_post_updates core/modules/action/action.post_update.php Implements hook_removed_post_updates().
advisory_feed_test_system_info_alter core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.module Implements hook_system_info_alter().
ajax_forms_test_advanced_commands_add_css_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax callback for 'add_css'. 1
ajax_forms_test_advanced_commands_after_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'after'. 1
ajax_forms_test_advanced_commands_alert_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'alert'. 1
ajax_forms_test_advanced_commands_announce_assertive_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'announce' with 'assertive' priority. 1
ajax_forms_test_advanced_commands_announce_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'announce' with no priority specified. 1
ajax_forms_test_advanced_commands_announce_polite_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'announce' with 'polite' priority. 1
ajax_forms_test_advanced_commands_append_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'append'. 1
ajax_forms_test_advanced_commands_before_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'before'. 1
ajax_forms_test_advanced_commands_changed_asterisk_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'changed' with asterisk marking inner div. 1
ajax_forms_test_advanced_commands_changed_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'changed'. 1
ajax_forms_test_advanced_commands_css_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'css'. 1
ajax_forms_test_advanced_commands_data_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'data'. 1
ajax_forms_test_advanced_commands_double_announce_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'announce' with two announce commands returned. 1
ajax_forms_test_advanced_commands_html_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'html'. 1
ajax_forms_test_advanced_commands_insert_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'insert'. 1
ajax_forms_test_advanced_commands_invoke_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'invoke'. 1
ajax_forms_test_advanced_commands_prepend_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'prepend'. 1
ajax_forms_test_advanced_commands_remove_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'remove'. 1
ajax_forms_test_advanced_commands_restripe_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'restripe'. 1
ajax_forms_test_advanced_commands_settings_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'settings'. 1
ajax_forms_test_lazy_load_form_ajax core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module AJAX form callback: Selects for the ajax_forms_test_lazy_load_form() form. 1
ajax_forms_test_validation_form_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects the 'drivertext' element of the validation form. 1
ajax_forms_test_validation_number_form_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects the 'drivernumber' element of the validation form. 1
authorize_access_allowed core/authorize.php Determines if the current user is allowed to run authorize.php. 1
automated_cron_form_system_cron_settings_alter core/modules/automated_cron/automated_cron.module Implements hook_form_FORM_ID_alter() for the system_cron_settings() form.
automated_cron_help core/modules/automated_cron/automated_cron.module Implements hook_help().
automated_cron_settings_submit core/modules/automated_cron/automated_cron.module Form submission handler for system_cron_settings(). 1
bad_3 core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php Simulates a hook_update_N function.
ban_help core/modules/ban/ban.module Implements hook_help().
ban_schema core/modules/ban/ban.install Implements hook_schema().
bartik_form_alter core/themes/bartik/bartik.theme Implements hook_form_alter().
bartik_preprocess_block core/themes/bartik/bartik.theme Implements hook_preprocess_HOOK() for block.html.twig.
bartik_preprocess_html core/themes/bartik/bartik.theme Implements hook_preprocess_HOOK() for HTML document templates.
bartik_preprocess_image_widget core/themes/bartik/bartik.theme Implements hook_preprocess_image_widget().
bartik_preprocess_links core/themes/bartik/bartik.theme Implements template_preprocess_links().
bartik_preprocess_links__media_library_menu core/themes/bartik/bartik.theme Implements hook_preprocess_links__media_library_menu().
bartik_preprocess_maintenance_page core/themes/bartik/bartik.theme Implements hook_preprocess_HOOK() for maintenance-page.html.twig.
bartik_preprocess_menu core/themes/bartik/bartik.theme Implements hook_preprocess_HOOK() for menu.html.twig.
bartik_preprocess_node core/themes/bartik/bartik.theme Implements hook_preprocess_HOOK() for node.html.twig.
bartik_preprocess_page_title core/themes/bartik/bartik.theme Implements hook_preprocess_HOOK() for page title templates.
bartik_theme_suggestions_form_alter core/themes/bartik/bartik.theme Implements hook_theme_suggestions_HOOK_alter() for form templates.
base_path core/includes/common.inc Returns the base URL path (i.e., directory) of the Drupal installation. 43 16
basic_auth_help core/modules/basic_auth/basic_auth.module Implements hook_help().
batch_get core/includes/form.inc Retrieves the current batch. 19
batch_process core/includes/form.inc Processes the batch. 15
batch_set core/includes/form.inc Adds a new batch. 32

Pages

Other projects