taxonomy_term_count_nodes

Functions that call taxonomy_term_count_nodes()

Namesort iconLocationDescription
taxonomy_term_count_nodesmodules/taxonomy.moduleGiven a term id, count the number of published nodes in it.

Functions called by taxonomy_term_count_nodes()

Namesort iconLocationDescription
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.
taxonomy_term_count_nodesmodules/taxonomy.moduleGiven a term id, count the number of published nodes in it.
_taxonomy_term_childrenmodules/taxonomy.moduleHelper for taxonomy_term_count_nodes().
 
 

Drupal is a registered trademark of Dries Buytaert.