- backdrop_check_profile in includes/
install.inc - Checks an installation profile's requirements.
- BackdropWebTestCaseCache::setUp in modules/
simpletest/ backdrop_web_test_case_cache.php - Sets up a Backdrop site to be used as a cached installation profile.
- BackdropWebTestCase::setUp in modules/
simpletest/ backdrop_web_test_case.php - Sets up a Backdrop site for running functional and integration tests.
- install_load_profile in includes/
install.core.inc - Loads information about the chosen profile during installation.
- _install_select_profile in includes/
install.core.inc - Selects an installation profile from a list or from a $_POST submission.
- install_select_profile_form in includes/
install.core.inc - Form constructor for the profile selection form.
- install_tasks in includes/
install.core.inc - Returns a list of all tasks the installer currently knows about.
- ModuleUnitTest::testDependencyResolution in modules/
simpletest/ tests/ module.test - Test dependency resolution.
- ModuleUnitTest::testModuleList in modules/
simpletest/ tests/ module.test - The basic functionality of module_list().