Functions

Primary tabs

Name Location Description Direct usessort descending Strings
update_script_selection_form drupal/core/update.php Form constructor for the list of available database module updates. 1
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_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_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().
hook_entity_info drupal/core/includes/entity.api.php Add to entity type definitions.
hook_entity_info_alter drupal/core/includes/entity.api.php Alter the entity type definitions.
hook_entity_load drupal/core/includes/entity.api.php Act on entities when loaded.
hook_entity_presave drupal/core/includes/entity.api.php Act on an entity before it is about to be created or updated.
hook_entity_insert drupal/core/includes/entity.api.php Act on entities when inserted.
hook_entity_update drupal/core/includes/entity.api.php Act on entities when updated.
hook_entity_predelete drupal/core/includes/entity.api.php Act before entity deletion.
hook_entity_delete drupal/core/includes/entity.api.php Respond to entity deletion.
hook_entity_query_alter drupal/core/includes/entity.api.php Alter or execute an Drupal\Core\Entity\Query\EntityQueryInterface.
hook_entity_view drupal/core/includes/entity.api.php Act on entities being assembled before rendering.
hook_entity_view_alter drupal/core/includes/entity.api.php Alter the results of ENTITY_view().
hook_entity_prepare_view drupal/core/includes/entity.api.php Act on entities as they are being prepared for view.
hook_entity_view_mode_alter drupal/core/includes/entity.api.php Change the view mode of an entity that is being displayed.
hook_entity_field_info drupal/core/includes/entity.api.php Define custom entity properties.
hook_entity_field_info_alter drupal/core/includes/entity.api.php Alter defined entity properties.
ajax_form_callback drupal/core/includes/ajax.inc Page callback: Handles Ajax requests for the #ajax Form API property. 1
ajax_base_page_theme drupal/core/includes/ajax.inc Theme callback: Returns the correct theme for an Ajax request. 4
ajax_process_form drupal/core/includes/ajax.inc Form element processing handler for the #ajax form property. 2
update_do_one drupal/core/includes/update.inc Perform one update and store the results for display on finished page. 1
update_finished drupal/core/includes/update.inc Finish the update process and store results for eventual display. 1
theme_pager drupal/core/includes/pager.inc Returns HTML for a query pager.
theme_pager_link drupal/core/includes/pager.inc Returns HTML for a link to a specific query result page.
drupal_detect_baseurl drupal/core/includes/install.inc Detects the base URL using the PHP $_SERVER variables.
drupal_detect_database_types drupal/core/includes/install.inc Detects all supported databases that are compiled into PHP.
unicode_requirements drupal/core/includes/unicode.inc Return Unicode library status and errors.
mime_header_decode drupal/core/includes/unicode.inc Complement to mime_header_encode
_mime_header_decode drupal/core/includes/unicode.inc Helper function to mime_header_decode 1
_unicode_caseflip drupal/core/includes/unicode.inc Helper function for case conversion of Latin-1. Used for flipping U+C0-U+DE to U+E0-U+FD and back. 2
language_types_disable drupal/core/includes/language.inc Disables the given language types.

Pages

Other projects