6 calls to install_profile_info() in Drupal 8
- drupal_check_profile in core/
includes/ install.inc - Checks an installation profile's requirements.
- InstallerDependenciesResolutionTest::testDependenciesResolution in core/
modules/ system/ tests/ src/ Kernel/ Installer/ InstallerDependenciesResolutionTest.php - Verifies that the exception message in the profile step is correct.
- InstallerLanguageTest::testInstallerTranslationCache in core/
tests/ Drupal/ KernelTests/ Core/ Installer/ InstallerLanguageTest.php - Tests profile info caching in non-English languages.
- install_load_profile in core/
includes/ install.core.inc - Loads information about the chosen profile during installation.
- SelectProfileForm::buildForm in core/
lib/ Drupal/ Core/ Installer/ Form/ SelectProfileForm.php - Form constructor.
- _install_select_profile in core/
includes/ install.core.inc - Determines the installation profile to use in the installer.