drupal_render

Related topics

Namesort iconDescription
Input validationFunctions to validate user input.

Functions that call drupal_render()

Namesort iconLocationDescription
book_node_visitor_html_predrupal/modules/book/book.moduleGenerates printer-friendly HTML for a node. This function is a 'pre-node' visitor function for book_recurse().
book_node_visitor_html_predrupal/modules/book/book.moduleGenerates printer-friendly HTML for a node. This function is a 'pre-node' visitor function for book_recurse().
drupal_renderdrupal/includes/common.incRenders HTML given a structured array tree. Recursively iterates over each of the array elements, generating HTML code. This function is usually called from within a another function, like drupal_get_form() or node_view().
drupal_renderdrupal/includes/common.incRenders HTML given a structured array tree. Recursively iterates over each of the array elements, generating HTML code. This function is usually called from within a another function, like drupal_get_form() or node_view().
drupal_render_formdrupal/includes/form.incRenders a structured form array into themed HTML.
drupal_render_formdrupal/includes/form.incRenders a structured form array into themed HTML.
hook_searchcontributions/docs/developer/hooks/core.phpDefine a custom search routine.
node_searchdrupal/modules/node/node.moduleImplementation of hook_search().
node_searchdrupal/modules/node/node.moduleImplementation of hook_search().
node_update_indexdrupal/modules/node/node.moduleImplementation of hook_update_index().
node_update_indexdrupal/modules/node/node.moduleImplementation of hook_update_index().
node_viewdrupal/modules/node/node.moduleGenerate a display of the given node.
node_viewdrupal/modules/node/node.moduleGenerate a display of the given node.
poll_blockdrupal/modules/poll/poll.moduleImplementation of hook_block().
poll_blockdrupal/modules/poll/poll.moduleImplementation of hook_block().
theme_block_admin_displaydrupal/modules/block/block.moduleTheme main block administration form submission.
theme_block_admin_displaydrupal/modules/block/block.moduleTheme main block administration form submission.
theme_color_scheme_formdrupal/modules/color/color.moduleTheme color form.
theme_color_scheme_formdrupal/modules/color/color.moduleTheme color form.
theme_filter_admin_orderdrupal/modules/filter/filter.moduleTheme filter order configuration form.
theme_filter_admin_orderdrupal/modules/filter/filter.moduleTheme filter order configuration form.
theme_locale_admin_manage_screendrupal/includes/locale.incTheme the locale admin manager form.
theme_locale_admin_manage_screendrupal/includes/locale.incTheme the locale admin manager form.
theme_node_admin_nodesdrupal/modules/node/node.moduleTheme node administration overview.
theme_node_admin_nodesdrupal/modules/node/node.moduleTheme node administration overview.
theme_node_filtersdrupal/modules/node/node.moduleTheme node administration filter selector.
theme_node_filtersdrupal/modules/node/node.moduleTheme node administration filter selector.
theme_node_filter_formdrupal/modules/node/node.moduleTheme node administration filter form.
theme_node_filter_formdrupal/modules/node/node.moduleTheme node administration filter form.
theme_poll_view_votingdrupal/modules/poll/poll.moduleThemes the voting form for a poll.
theme_poll_view_votingdrupal/modules/poll/poll.moduleThemes the voting form for a poll.
theme_search_block_formdrupal/modules/search/search.moduleTheme the block search form.
theme_search_block_formdrupal/modules/search/search.moduleTheme the block search form.
theme_search_theme_formdrupal/modules/search/search.moduleTheme the theme search form.
theme_search_theme_formdrupal/modules/search/search.moduleTheme the theme search form.
theme_system_modulesdrupal/modules/system/system.moduleTheme call back for the modules form.
theme_system_modulesdrupal/modules/system/system.moduleTheme call back for the modules form.
theme_system_modules_uninstalldrupal/modules/system/system.moduleThemes a table of currently disabled modules.
theme_system_modules_uninstalldrupal/modules/system/system.moduleThemes a table of currently disabled modules.
theme_upload_form_currentdrupal/modules/upload/upload.moduleTheme the attachments list.
theme_upload_form_currentdrupal/modules/upload/upload.moduleTheme the attachments list.
theme_upload_form_newdrupal/modules/upload/upload.moduleTheme the attachment form. Note: required to output prefix/suffix.
theme_upload_form_newdrupal/modules/upload/upload.moduleTheme the attachment form. Note: required to output prefix/suffix.
theme_user_admin_accountdrupal/modules/user/user.moduleTheme user administration overview.
theme_user_admin_accountdrupal/modules/user/user.moduleTheme user administration overview.
theme_user_filtersdrupal/modules/user/user.moduleTheme user administration filter selector.
theme_user_filtersdrupal/modules/user/user.moduleTheme user administration filter selector.
theme_user_filter_formdrupal/modules/user/user.moduleTheme user administration filter form.
theme_user_filter_formdrupal/modules/user/user.moduleTheme user administration filter form.
upload_jsdrupal/modules/upload/upload.moduleMenu-callback for JavaScript-based uploads.
upload_jsdrupal/modules/upload/upload.moduleMenu-callback for JavaScript-based uploads.

Functions called by drupal_render()

Namesort iconLocationDescription
drupal_renderdrupal/includes/common.incRenders HTML given a structured array tree. Recursively iterates over each of the array elements, generating HTML code. This function is usually called from within a another function, like drupal_get_form() or node_view().
drupal_renderdrupal/includes/common.incRenders HTML given a structured array tree. Recursively iterates over each of the array elements, generating HTML code. This function is usually called from within a another function, like drupal_get_form() or node_view().
element_childrendrupal/includes/common.incGet keys of a structured array tree element that are not properties (i.e., do not begin with '#').
element_childrendrupal/includes/common.incGet keys of a structured array tree element that are not properties (i.e., do not begin with '#').
themedrupal/includes/theme.incGenerate the themed representation of a Drupal object.
themedrupal/includes/theme.incGenerate the themed representation of a Drupal object.