| block_list | modules/block/block.module | Return all blocks in the specified region for the current user. |
| blog_block | modules/blog/blog.module | Implementation of hook_block(). |
| blog_feed_last | modules/blog/blog.pages.inc | Menu callback; displays an RSS feed containing recent blog entries of all users. |
| blog_feed_user | modules/blog/blog.pages.inc | Menu callback; displays an RSS feed containing recent blog entries of a given user. |
| blog_page_last | modules/blog/blog.pages.inc | Menu callback; displays a Drupal page containing recent blog entries of all users. |
| blog_page_user | modules/blog/blog.pages.inc | Menu callback; displays a Drupal page containing recent blog entries of a given user. |
| book_block | modules/book/book.module | Implementation of hook_block(). |
| book_get_books | modules/book/book.module | Returns an array of all books. |
| comment_get_recent | modules/comment/comment.module | Find a number of recent comments. This is done in two steps.
1. Find the n (specified by $number) nodes that have the most recent
comments. This is done by querying node_comment_statistics which has
an index on last_comment_timestamp, and is thus a... |
| comment_render | modules/comment/comment.module | Renders comment(s). |
| db_rewrite_sql | includes/database.inc | Rewrites node, taxonomy and comment queries. Use it for listing queries. Do not
use FROM table1, table2 syntax, use JOIN instead. |
| forum_block | modules/forum/forum.module | Implementation of hook_block(). |
| forum_get_forums | modules/forum/forum.module | Returns a list of all forums for a given taxonomy id |
| forum_term_load | modules/forum/forum.module | Fetch a forum term. |
| menu_tree_check_access | includes/menu.inc | Check access and perform other dynamic operations for each link in the tree. |
| node_admin_nodes | modules/node/node.admin.inc | Form builder: Builds the node administration overview. |
| node_feed | modules/node/node.module | A generic function for generating RSS feeds from a set of nodes. |
| node_page_default | modules/node/node.module | Menu callback; Generate a listing of promoted nodes. |
| poll_block | modules/poll/poll.module | Implementation of hook_block(). |
| poll_page | modules/poll/poll.pages.inc | Menu callback to provide a simple list of all polls available. |
| statistics_title_list | modules/statistics/statistics.module | Returns all time or today top or last viewed node(s). |
| taxonomy_autocomplete | modules/taxonomy/taxonomy.pages.inc | Helper function for autocompletion |
| 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_get_children | modules/taxonomy/taxonomy.module | Find all children of a term ID. |
| taxonomy_get_parents | modules/taxonomy/taxonomy.module | Find all parents of a given term ID. |
| taxonomy_get_term_by_name | modules/taxonomy/taxonomy.module | Try to map a string to an existing term, as for glossary use. |
| taxonomy_get_tree | modules/taxonomy/taxonomy.module | Create a hierarchical representation of a vocabulary. |
| taxonomy_get_vocabularies | modules/taxonomy/taxonomy.module | Return an array of all vocabulary objects. |
| taxonomy_node_get_terms | modules/taxonomy/taxonomy.module | Find all terms associated with the given node, ordered by vocabulary and term weight. |
| taxonomy_node_get_terms_by_vocabulary | modules/taxonomy/taxonomy.module | Find all terms associated with the given node, within one vocabulary. |
| taxonomy_overview_terms | modules/taxonomy/taxonomy.admin.inc | Form builder for the taxonomy terms overview. |
| taxonomy_select_nodes | modules/taxonomy/taxonomy.module | Finds all nodes that match selected taxonomy conditions. |
| taxonomy_term_count_nodes | modules/taxonomy/taxonomy.module | Count the number of published nodes classified by a term. |
| taxonomy_term_page | modules/taxonomy/taxonomy.pages.inc | Menu callback; displays all nodes associated with a term. |
| template_preprocess_forum_topic_navigation | modules/forum/forum.module | Preprocess variables to format the next/previous forum topic navigation links. |
| tracker_page | modules/tracker/tracker.pages.inc | Menu callback. Prints a listing of active nodes on the site. |
| translation_node_get_translations | modules/translation/translation.module | Get all nodes in a translation set, represented by $tnid. |
| _blog_post_exists | modules/blog/blog.module | Helper function to determine if a user has blog posts already. |
| _forum_new | modules/forum/forum.module | Finds the first unread node for a given forum. |
| _forum_topics_unread | modules/forum/forum.module | Calculate the number of nodes the user has not yet read and are newer
than NODE_NEW_LIMIT. |
| _node_types_build | modules/node/node.module | Builds and returns the list of available node types. |