theme_get_registry

Versions
6
theme_get_registry($registry = NULL)
7
theme_get_registry()

Get the theme registry.

Return value

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

▾ 4 functions call theme_get_registry()

drupal_build_form in includes/form.inc
Build and process a form based on a form id.
l in includes/common.inc
Format an internal Drupal link.
system_preprocess in modules/system/system.module
Template variable preprocessor for contextual links.
theme in includes/theme.inc
Generate the themed output.

Code

includes/theme.inc, line 219

<?php
function theme_get_registry() {
  return _theme_set_registry();
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.