1 theme.inc | _theme_save_registry($theme, $registry) |
Writes the theme_registry cache into the database.
File
- core/
includes/ theme.inc, line 372 - The theme system, which controls the output of Backdrop.
Code
function _theme_save_registry($theme, $registry) {
cache()->set("theme_registry:$theme->name", $registry);
}