taxonomy_term_page

Functions that call taxonomy_term_page()

Namesort iconLocationDescription
taxonomy_term_pagemodules/taxonomy.moduleMenu callback; displays all nodes associated with a term.

Functions called by taxonomy_term_page()

Namesort iconLocationDescription
check_plainincludes/bootstrap.incEncode special characters in a plain-text string for display as HTML.
db_fetch_objectincludes/database.pgsql.incFetch one result row from the previous query as an object.
db_queryincludes/database.incRuns a basic query in the active database.
db_rewrite_sqlincludes/database.incRewrites node, taxonomy and comment queries. Use it for listing queries. Do not use FROM table1, table2 syntax, use JOIN instead.
drupal_add_linkincludes/common.incAdd a <link> tag to the page's HEAD.
drupal_not_foundincludes/common.incGenerates a 404 error if the request can not be handled.
drupal_set_titleincludes/path.incSet the title of the current page, for display on the page and in the title bar.
menu_set_locationincludes/menu.incChange the current menu location of the user.
node_feedmodules/node.moduleA generic function for generating RSS feeds from a set of nodes.
taxonomy_get_parentsmodules/taxonomy.moduleFind all parents of a given term ID.
taxonomy_get_termmodules/taxonomy.moduleReturn the term object matching a term ID.
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_select_nodesmodules/taxonomy.moduleFinds all nodes that match selected taxonomy conditions.
taxonomy_term_pagemodules/taxonomy.moduleMenu callback; displays all nodes associated with a term.
themeincludes/theme.incGenerate the themed representation of a Drupal object.
urlincludes/common.incGenerate a URL from a Drupal menu path. Will also pass-through existing URLs.
variable_getincludes/bootstrap.incReturn a persistent variable.
 
 

Drupal is a registered trademark of Dries Buytaert.