init_theme

Functions that call init_theme()

Namesort iconLocationDescription
block_admin_display_formmodules/block/block.admin.incGenerate main blocks administration form.
drupal_render_formincludes/form.incRenders a structured form array into themed HTML.
init_themeincludes/theme.incInitialize the theme system by loading the theme.
path_to_themeincludes/theme.incReturn the path to the current themed element.
themeincludes/theme.incGenerate the themed output.
_block_rehashmodules/block/block.moduleUpdate the 'blocks' DB table with the blocks currently exported by modules.

Functions called by init_theme()

Namesort iconLocationDescription
drupal_bootstrapincludes/bootstrap.incA string describing a phase of Drupal to load. Each phase adds to the previous one, so invoking a later phase automatically runs the earlier phases too. The most important usage is that if you want to access the Drupal database from a script without...
init_themeincludes/theme.incInitialize the theme system by loading the theme.
list_themesincludes/theme.incProvides a list of currently available themes.
variable_getincludes/bootstrap.incReturn a persistent variable.
_init_themeincludes/theme.incInitialize the theme system given already loaded information. This function is useful to initialize a theme when no database is present.
 
 

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.