| db_fetch_object | includes/database/database.inc | |
| db_query | includes/database/database.inc | Execute an arbitrary query string against the active database. |
| db_rewrite_sql | includes/database/database.inc | Rewrites node, taxonomy and comment queries. Use it for listing queries. Do not
use FROM table1, table2 syntax, use JOIN instead. |
| t | includes/common.inc | Translate strings to the page language or a given language. |
| taxonomy_form | modules/taxonomy/taxonomy.module | Generate a form element for selecting terms from a vocabulary. |
| taxonomy_form_alter | modules/taxonomy/taxonomy.module | Implementation of hook_form_alter().
Generate a form for selecting terms to associate with a node.
We check for taxonomy_override_selector before loading the full
vocabulary, so contrib modules can intercept before hook_form_alter
and provide scalable... |
| taxonomy_implode_tags | modules/taxonomy/taxonomy.module | Implode a list of tags of a certain vocabulary into a string. |
| taxonomy_node_get_terms | modules/taxonomy/taxonomy.module | Find all terms associated with the given node, ordered by vocabulary and term weight. |
| taxonomy_preview_terms | modules/taxonomy/taxonomy.module | Helper function to convert terms after a preview. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |