taxonomy_render_nodes

Functions that call taxonomy_render_nodes()

Namesort iconLocationDescription
taxonomy_render_nodesmodules/taxonomy.moduleAccepts the result of a pager_query() call, such as that performed by taxonomy_select_nodes(), and formats each node along with a pager.
taxonomy_term_pagemodules/taxonomy.moduleMenu callback; displays all nodes associated with a term.

Functions called by taxonomy_render_nodes()

Namesort iconLocationDescription
db_fetch_objectincludes/database.pgsql.incFetch one result row from the previous query as an object.
db_num_rowsincludes/database.pgsql.incDetermine how many result rows were found by the preceding query.
node_loadmodules/node.moduleLoad a node object from the database.
node_viewmodules/node.moduleGenerate a display of the given node.
tincludes/common.incTranslate strings to the current locale.
taxonomy_render_nodesmodules/taxonomy.moduleAccepts the result of a pager_query() call, such as that performed by taxonomy_select_nodes(), and formats each node along with a pager.
themeincludes/theme.incGenerate the themed representation of a Drupal object.
variable_getincludes/bootstrap.incReturn a persistent variable.
 
 

Drupal is a registered trademark of Dries Buytaert.