36 calls to Drupal::service()

drupal_check_module in core/includes/install.inc
Checks a module's requirements.
drupal_flush_all_caches in core/includes/common.inc
Rebuilds the container, flushes all persistent caches, resets all variables, and rebuilds all data structures.
drupal_get_database_types in core/includes/install.inc
Returns all supported database driver installer objects.
drupal_get_filename in core/includes/bootstrap.inc
Returns and optionally sets the filename for a system resource.
drupal_get_installed_schema_version in core/includes/schema.inc
Returns the currently installed schema version for a module.
drupal_install_system in core/includes/install.inc
Installs the system module.
drupal_load_updates in core/includes/install.inc
Loads .install files for installed modules to initialize the update system.
file_build_uri in core/includes/file.inc
Constructs a URI to Drupal's default files location given a relative path.
install_begin_request in core/includes/install.core.inc
Begins an installation request, modifying the installation state as needed.
install_bootstrap_full in core/includes/install.core.inc
Performs a full bootstrap of Drupal during installation.
install_check_requirements in core/includes/install.core.inc
Checks installation requirements and reports any errors.
install_check_translations in core/includes/install.core.inc
Checks installation requirements and reports any errors.
install_config_import_batch in core/includes/install.core.inc
Creates a batch for the config importer to process.
install_config_revert_install_changes in core/includes/install.core.inc
Reverts configuration if hook_install() implementations have made changes.
install_display_output in core/includes/install.core.inc
Displays themed installer output and ends the page request.
install_profile_info in core/includes/install.inc
Retrieves information about an installation profile from its .info.yml file.
install_retrieve_file in core/includes/install.core.inc
Attempts to get a file using a HTTP request and to store it locally.
install_select_profile in core/includes/install.core.inc
Selects which profile to install.
install_verify_completed_task in core/includes/install.core.inc
Verifies and returns the last installation task that was completed.
install_verify_database_ready in core/includes/install.core.inc
Verify that the database is ready (no existing Drupal installation).
module_load_include in core/includes/module.inc
Loads a module include file.
module_load_install in core/includes/module.inc
Loads a module's installation hooks.
template_preprocess_image in core/includes/theme.inc
Prepares variables for image templates.
template_preprocess_pager in core/includes/theme.inc
Prepares variables for pager templates.
template_preprocess_time in core/includes/theme.inc
Prepares variables for time templates.
theme_get_registry in core/includes/theme.inc
Gets the theme registry.
theme_get_setting in core/includes/theme.inc
Retrieves a setting for the current theme or for a given theme.
update_get_update_function_list in core/includes/update.inc
Returns an organized list of update functions for a set of modules.
update_get_update_list in core/includes/update.inc
Returns a list of all the pending database updates.
update_retrieve_dependencies in core/includes/update.inc
Invokes hook_update_dependencies() in all installed modules.
_batch_progress_page in core/includes/batch.inc
Outputs a batch processing page.
_drupal_maintenance_theme in core/includes/theme.maintenance.inc
Sets up the theming system for maintenance page.
_drupal_maintenance_theme in core/includes/theme.maintenance.inc
Sets up the theming system for maintenance page.
_install_config_locale_overrides in core/includes/install.core.inc
Creates a batch to process config translations after installing from config.
_install_config_locale_overrides_process_batch in core/includes/install.core.inc
Batch operation callback for install_config_locale_overrides().
_update_fix_missing_schema in core/includes/update.inc
Helper to detect and fix 'missing' schema information.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.