_theme_save_registry

6 theme.inc _theme_save_registry($theme, $registry)
7 theme.inc _theme_save_registry($theme, $registry)
8 theme.inc _theme_save_registry($theme, $registry)

Write the theme_registry cache into the database.

1 call to _theme_save_registry()

File

includes/theme.inc, line 341
The theme system, which controls the output of Drupal.

Code

function _theme_save_registry($theme, $registry) {
  cache_set("theme_registry:$theme->name", $registry);
}
Login or register to post comments