- backdrop_flush_all_caches in core/
includes/ common.inc - Flushes all cached data on the site.
- drupal_theme_rebuild in core/
includes/ drupal.inc - Forces the system to rebuild the theme registry.
- image_style_flush in core/
modules/ image/ image.module - Flush cached media for a style.
- LayoutFlexibleTemplate::delete in core/
modules/ layout/ includes/ layout_flexible.class.inc - Delete this layout template.
- LayoutFlexibleTemplate::save in core/
modules/ layout/ includes/ layout_flexible.class.inc - Save a flexible layout template to config.
- layout_settings_form_update_layout in core/
modules/ layout/ layout.admin.inc - Submit handler for layout_settings_form() that saves in-progress values.
- module_disable in core/
includes/ module.inc - Disables a given set of modules.
- module_enable in core/
includes/ module.inc - Enables or installs a given list of modules.
- ThemeUnitTest::testPreprocessForSuggestions in core/
modules/ simpletest/ tests/ theme.test - Ensures preprocess functions run even for suggestion implementations.
- theme_disable in core/
includes/ theme.inc - Disables a given list of themes.
- theme_enable in core/
includes/ theme.inc - Enables a given list of themes.
- theme_test_init in core/
modules/ simpletest/ tests/ theme_test.module - Implements hook_init().
- update_info_page in core/
update.php - Provides an overview of the Backdrop site update.
- ViewsModuleTest::setUp in core/
modules/ views/ tests/ views_module.test - Sets up a Backdrop site for running functional and integration tests.
- views_ui_config_item_form_rescan in core/
modules/ views_ui/ views_ui.admin.inc - Submit hook to clear Backdrop's theme registry (thereby triggering a templates rescan).
- _admin_bar_flush_cache in core/
modules/ admin_bar/ admin_bar.inc - Flush all caches or a specific one.