taxonomy_select_nodes

Functions that call taxonomy_select_nodes()

Namesort iconLocationDescription
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.

Functions called by taxonomy_select_nodes()

Namesort iconLocationDescription
db_query_rangeincludes/database.pgsql.incRuns a limited-range 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.
pager_queryincludes/pager.incPerform a paged database query.
taxonomy_get_termmodules/taxonomy.moduleReturn the term object matching a term ID.
taxonomy_get_treemodules/taxonomy.moduleCreate a hierarchical representation of a vocabulary.
taxonomy_select_nodesmodules/taxonomy.moduleFinds all nodes that match selected taxonomy conditions.
variable_getincludes/bootstrap.incReturn a persistent variable.
 
 

Drupal is a registered trademark of Dries Buytaert.