- BackdropWebTestCase::resetAll in core/
modules/ simpletest/ backdrop_web_test_case.php - Reset all data structures after having enabled new modules.
- CacheClearCase::testFlushAllCaches in core/
modules/ simpletest/ tests/ cache.test - Test backdrop_flush_all_caches().
- config_import_single_form_submit in core/
modules/ config/ config.admin.inc - Submit handler for config_import_single_form().
- drupal_flush_all_caches in core/
includes/ drupal.inc - Flushes all cached data on the site.
- EntityAPIInfoTestCase::testEntityInfoChanges in core/
modules/ entity/ tests/ entity.test - Ensures entity info cache is updated after changes.
- FrontPageTestCase::testBackdropIsFrontPage in core/
modules/ system/ tests/ system.test - Test home page functionality.
- installer_browser_installation_enable_form_submit in core/
modules/ installer/ installer.pages.inc - Form submit handler for the enable modules form.
- install_finished in core/
includes/ install.core.inc - Finishes importing files at end of installation.
- NodeTitleTestCase::testNodeTitle in core/
modules/ node/ tests/ node.test - Creates one node and tests if the node title has the correct value.
- NodeTypeTestCase::testNodeTypeCreation in core/
modules/ node/ tests/ node.test - Tests creating a content type programmatically and via a form.
- standard_install in core/
profiles/ standard/ standard.install - Implements hook_install().
- SystemInfoAlterTestCase::testSystemInfoAlter in core/
modules/ system/ tests/ system.test - Tests that {system}.info is rebuilt after a module that implements hook_system_info_alter() is enabled. Also tests if core *_list() functions return freshly altered info.
- SystemThemeFunctionalTest::testPerThemeSettings in core/
modules/ system/ tests/ system.test - Test the individual per-theme settings form.
- SystemThemeFunctionalTest::testThemeSettings in core/
modules/ system/ tests/ system.test - Test theme settings.
- system_clear_cache_submit in core/
modules/ system/ system.admin.inc - Submit callback; clear system caches.
- system_modules_submit in core/
modules/ system/ system.admin.inc - Submit callback; handles modules form submission.
- system_transliteration_retroactive_submit in core/
modules/ system/ system.admin.inc - Form submit function; retroactively transliterates existing file names.
- system_update_1079 in core/
modules/ system/ system.install - Clear the cache to reset allowlist settings.
- update_finished in core/
includes/ update.inc - Finishes the update process and stores the results for eventual display.
- update_script_selection_form in core/
update.php - Form constructor for the list of available database module updates.
- UpgradePathTestCase::performUpgrade in core/
modules/ simpletest/ tests/ upgrade/ upgrade.test - Perform the upgrade.
- user_admin_settings_submit in core/
modules/ user/ user.admin.inc - Form submission handler for user_admin_settings().
- _config_sync_finished in core/
modules/ config/ config.sync.inc - Batch API callback. Finish the config import.
- _install_profile_modules_finished in core/
includes/ install.core.inc - 'Finished' callback for module installation batch.