- authorize.php in ./
authorize.php - Administrative script for running authorized file operations.
- backdrop_bootstrap in includes/
bootstrap.inc - Ensures Backdrop is bootstrapped to the specified phase.
- drupal_language_initialize in includes/
drupal.inc - Initializes all the defined language types.
- install_begin_request in includes/
install.core.inc - Begins an installation request, modifying the installation state as needed.
- language_uninstall in modules/
language/ language.install - Implements hook_uninstall().
- LocaleUninstallFunctionalTest::testUninstallProcess in modules/
locale/ tests/ locale.test - Check if the values of the Locale variables are correct after uninstall.
- PathMonolingualTestCase::setUp in modules/
path/ tests/ path.test - Sets up a Backdrop site for running functional and integration tests.
- PathPatternLocaleTestCase::setUp in modules/
path/ tests/ path_pattern.test - Sets up a Backdrop site for running functional and integration tests.
- update.php in ./
update.php - Administrative page for handling updates from one Backdrop version to another.