theme_get_registry()drupal/includes/theme.inc, line 201
Get the theme registry.
The theme registry array if it has been stored in memory, NULL otherwise.
function theme_get_registry() { return _theme_set_registry(); }