1.20.x theme.inc _theme_save_registry($theme, $registry)

Writes the theme_registry cache into the database.

File

includes/theme.inc, line 359
The theme system, which controls the output of Backdrop.

Code

function _theme_save_registry($theme, $registry) {
  cache()->set("theme_registry:$theme->name", $registry);
}