Functions

Primary tabs

Name Location Description Direct usessort descending Strings
form_validate_color drupal/core/includes/form.inc Form element validation handler for #type 'color'. 1
form_pre_render_color drupal/core/includes/form.inc Prepares a #type 'color' render element for theme_input(). 1
theme_form drupal/core/includes/form.inc Returns HTML for a form.
theme_textarea drupal/core/includes/form.inc Returns HTML for a textarea form element.
form_pre_render_password drupal/core/includes/form.inc Prepares a #type 'password' render element for theme_input(). 1
form_process_weight drupal/core/includes/form.inc Expands a weight element into a select element. 1
form_pre_render_file drupal/core/includes/form.inc Prepares a #type 'file' render element for theme_input(). 1
form_process_file drupal/core/includes/form.inc Processes a file upload element, make use of #multiple if present. 1
theme_form_element drupal/core/includes/form.inc Returns HTML for a form element.
theme_form_required_marker drupal/core/includes/form.inc Returns HTML for a marker for required form elements.
theme_form_element_label drupal/core/includes/form.inc Returns HTML for a form element label and required marker.
install_verify_requirements drupal/core/includes/install.core.inc Verifies the requirements for installing Drupal.
install_base_system drupal/core/includes/install.core.inc Installation task; install the base functionality Drupal needs to bootstrap.
install_settings_form drupal/core/includes/install.core.inc Form constructor for a form to configure and rewrite settings.php.
install_settings_form_validate drupal/core/includes/install.core.inc Form validation handler for install_settings_form().
install_settings_form_submit drupal/core/includes/install.core.inc Form submission handler for install_settings_form(). 1
install_select_profile drupal/core/includes/install.core.inc Selects which profile to install.
install_select_profile_form drupal/core/includes/install.core.inc Form constructor for the profile selection form. 1
install_select_language drupal/core/includes/install.core.inc Selects which language to use during installation.
install_select_language_form drupal/core/includes/install.core.inc Form constructor for the language selection form. 1
install_download_translation drupal/core/includes/install.core.inc Download a translation file for the selected langaguage.
install_load_profile drupal/core/includes/install.core.inc Loads information about the chosen profile during installation.
install_bootstrap_full drupal/core/includes/install.core.inc Performs a full bootstrap of Drupal during installation.
install_profile_modules drupal/core/includes/install.core.inc Installs required modules via a batch process. 1
install_import_translations drupal/core/includes/install.core.inc Imports languages via a batch process during installation.
install_configure_form drupal/core/includes/install.core.inc Form constructor for a form to configure the new site.
install_import_translations_remaining drupal/core/includes/install.core.inc Finishes importing files at end of installation.
install_update_configuration_translations drupal/core/includes/install.core.inc Creates configuration translations.
install_finished drupal/core/includes/install.core.inc Performs final installation steps and displays a 'finished' page.
_install_module_batch drupal/core/includes/install.core.inc Batch callback for batch installation of modules. 1
_install_profile_modules_finished drupal/core/includes/install.core.inc 'Finished' callback for module installation batch. 1
install_configure_form_validate drupal/core/includes/install.core.inc Form validation handler for install_configure_form().
install_configure_form_submit drupal/core/includes/install.core.inc Form submission handler for install_configure_form().
settings drupal/core/includes/bootstrap.inc Returns a setting. 22
bootstrap_invoke_all drupal/core/includes/bootstrap.inc Invokes a bootstrap hook in all bootstrap modules that implement it.
drupal_validate_utf8 drupal/core/includes/bootstrap.inc Checks whether a string is valid UTF-8.
_drupal_error_handler drupal/core/includes/bootstrap.inc Provides custom PHP error handling. 3
_drupal_exception_handler drupal/core/includes/bootstrap.inc Provides custom PHP exception handling. 3
module_list Deprecated drupal/core/includes/bootstrap.inc Returns the list of enabled modules.
_language_resolved_path drupal/core/includes/bootstrap.inc Stores or retrieves the path derived during language negotiation.
_drupal_shutdown_function drupal/core/includes/bootstrap.inc Executes registered shutdown functions. 1
lock Deprecated drupal/core/includes/bootstrap.inc Get locking layer instance. 5
seven_preprocess_maintenance_page drupal/core/themes/seven/seven.theme Implements hook_preprocess_HOOK() for maintenance-page.html.twig.
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().

Pages

Other projects