theme_get_registry

Definition

theme_get_registry()
drupal/includes/theme.inc, line 201

Description

Get the theme registry.

Return value

The theme registry array if it has been stored in memory, NULL otherwise.

Code

function theme_get_registry() {
  return _theme_set_registry();
}