Primary tabs

Name Location Description Direct uses Stringssort ascending
drupal_install_fix_file core/includes/install.inc Attempts to fix file permissions. 1
install_goto core/includes/install.inc Sends the user to a different installer page.
drupal_current_script_url core/includes/install.inc Returns the URL of the current script, with modified query parameters. 1
drupal_requirements_url core/includes/install.inc Returns a URL for proceeding to the next page after a requirements problem.
drupal_check_profile core/includes/install.inc Checks an installation profile's requirements.
drupal_requirements_severity core/includes/install.inc Extracts the highest severity from the requirements array. 1
drupal_check_module core/includes/install.inc Checks a module's requirements. 1
install_profile_info core/includes/install.inc Retrieves information about an installation profile from its .info.yml file. 4
db_installer_object Deprecated core/includes/install.inc Returns a database installer object. 1
module_load_include Deprecated core/includes/module.inc Loads a module include file. 1
module_set_weight core/includes/module.inc Sets weight of a particular module. 11
module_config_sort core/includes/module.inc Sorts the configured list of enabled modules. 7
template_preprocess_authorize_report core/includes/theme.maintenance.inc Prepares variables for authorize.php operation report templates.
update_system_schema_requirements core/includes/update.inc Returns whether the minimum schema requirement has been satisfied. 1
update_check_requirements core/includes/update.inc Checks update requirements and reports errors and (optionally) warnings.
_update_fix_missing_schema core/includes/update.inc Helper to detect and fix 'missing' schema information. 1
update_do_one core/includes/update.inc Implements callback_batch_operation().
update_invoke_post_update core/includes/update.inc Executes a single hook_post_update_NAME().
update_get_update_list core/includes/update.inc Returns a list of all the pending database updates. 3
update_resolve_dependencies core/includes/update.inc Resolves dependencies in a set of module updates, and orders them correctly. 3
update_get_update_function_list core/includes/update.inc Returns an organized list of update functions for a set of modules. 1
update_build_dependency_graph core/includes/update.inc Constructs a graph which encodes the dependencies between module updates. 1
update_is_missing core/includes/update.inc Determines if a module update is missing or unavailable. 1
update_already_performed core/includes/update.inc Determines if a module update has already been performed. 1
update_retrieve_dependencies core/includes/update.inc Invokes hook_update_dependencies() in all installed modules. 2
drupal_rebuild core/includes/utility.inc Rebuilds all caches even when Drupal itself does not work. 1
drupal_phpunit_contrib_extension_directory_roots core/tests/bootstrap.php Returns directories under which contributed extensions may exist. 1
drupal_phpunit_get_extension_namespaces core/tests/bootstrap.php Registers the namespace for each extension directory with the autoloader. 1
drupal_phpunit_populate_class_loader core/tests/bootstrap.php Populate class loader with additional namespaces for tests. 1
action_help core/modules/action/action.module Implements hook_help().
action_entity_type_build core/modules/action/action.module Implements hook_entity_type_build().
action_removed_post_updates core/modules/action/action.post_update.php Implements hook_removed_post_updates().
automated_cron_help core/modules/automated_cron/automated_cron.module Implements hook_help().
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.
ban_schema core/modules/ban/ban.install Implements hook_schema().
ban_help core/modules/ban/ban.module Implements hook_help().
basic_auth_help core/modules/basic_auth/basic_auth.module Implements hook_help().
big_pipe_help core/modules/big_pipe/big_pipe.module Implements hook_help().
big_pipe_page_attachments core/modules/big_pipe/big_pipe.module Implements hook_page_attachments().
hook_block_view_alter core/modules/block/block.api.php Alter the result of \Drupal\Core\Block\BlockBase::build().
hook_block_view_BASE_BLOCK_ID_alter core/modules/block/block.api.php Provide a block plugin specific block_view alteration.
hook_block_build_alter core/modules/block/block.api.php Alter the result of \Drupal\Core\Block\BlockBase::build().
hook_block_build_BASE_BLOCK_ID_alter core/modules/block/block.api.php Provide a block plugin specific block_build alteration.
hook_block_access core/modules/block/block.api.php Control access to a block instance.
hook_block_alter core/modules/block/block.api.php Allow modules to alter the block plugin definitions.
block_install core/modules/block/block.install Implements hook_install().
block_update_last_removed core/modules/block/block.install Implements hook_update_last_removed().
block_help core/modules/block/block.module Implements hook_help().
block_page_top core/modules/block/block.module Implements hook_page_top().
block_themes_installed core/modules/block/block.module Initializes blocks for installed themes.

Pages

Other projects