function _theme_save_registry
Writes the theme_registry cache into the database.
1 call to _theme_save_registry()
- _theme_load_registry in includes/
theme.inc - Gets the theme_registry cache; if it doesn't exist, builds it.
File
-
includes/
theme.inc, line 342
Code
function _theme_save_registry($theme, $registry) {
cache_set("theme_registry:{$theme->name}", $registry);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.