| block_list | drupal/modules/block/block.module | Return all blocks in the specified region for the current user. |
| blogapi_mt_validate_terms | drupal/modules/blogapi/blogapi.module | Blogging API helper - find allowed taxonomy terms for a node type. |
| blog_block_view | drupal/modules/blog/blog.module | Implementation of hook_block_view(). |
| blog_feed_last | drupal/modules/blog/blog.pages.inc | Menu callback; displays an RSS feed containing recent blog entries of all users. |
| blog_feed_user | drupal/modules/blog/blog.pages.inc | Menu callback; displays an RSS feed containing recent blog entries of a given user. |
| blog_page_last | drupal/modules/blog/blog.pages.inc | Menu callback; displays a Drupal page containing recent blog entries of all users. |
| blog_page_user | drupal/modules/blog/blog.pages.inc | Menu callback; displays a Drupal page containing recent blog entries of a given user. |
| book_get_books | drupal/modules/book/book.module | Returns an array of all books. |
| book_menu | drupal/modules/book/book.module | Implementation of hook_menu(). |
| book_next | drupal/modules/book/book.module | Fetches the menu link for the next page of the book. |
| book_prev | drupal/modules/book/book.module | Fetches the menu link for the previous page of the book. |
| book_toc | drupal/modules/book/book.module | Returns an array of book pages in table of contents order. |
| comment_get_recent | drupal/modules/comment/comment.module | Find the most recent comments that are available to the current user. |
| comment_render | drupal/modules/comment/comment.module | Renders comment(s). |
| forum_block_view | drupal/modules/forum/forum.module | Implementation of hook_block_view(). |
| forum_get_forums | drupal/modules/forum/forum.module | Returns a list of all forums for a given taxonomy id |
| forum_term_load | drupal/modules/forum/forum.module | Fetch a forum term. |
| menu_tree_check_access | drupal/includes/menu.inc | Check access and perform other dynamic operations for each link in the tree. |
| node_admin_nodes | drupal/modules/node/node.admin.inc | Form builder: Builds the node administration overview. |
| node_feed | drupal/modules/node/node.module | A generic function for generating RSS feeds from a set of nodes. |
| node_page_default | drupal/modules/node/node.module | Menu callback; Generate a listing of promoted nodes. |
| poll_block_view | drupal/modules/poll/poll.module | Implementation of hook_block_view(). |
| poll_page | drupal/modules/poll/poll.pages.inc | Menu callback to provide a simple list of all polls available. |
| statistics_title_list | drupal/modules/statistics/statistics.module | Returns all time or today top or last viewed node(s). |
| taxonomy_autocomplete | drupal/modules/taxonomy/taxonomy.pages.inc | Helper function for autocompletion |
| taxonomy_form_alter | drupal/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 | drupal/modules/taxonomy/taxonomy.module | Find all children of a term ID. |
| taxonomy_get_parents | drupal/modules/taxonomy/taxonomy.module | Find all parents of a given term ID. |
| taxonomy_get_term_by_name | drupal/modules/taxonomy/taxonomy.module | Try to map a string to an existing term, as for glossary use. |
| taxonomy_get_tree | drupal/modules/taxonomy/taxonomy.module | Create a hierarchical representation of a vocabulary. |
| taxonomy_get_vocabularies | drupal/modules/taxonomy/taxonomy.module | Return an array of all vocabulary objects. |
| taxonomy_node_get_terms | drupal/modules/taxonomy/taxonomy.module | Find all terms associated with the given node, ordered by vocabulary and term weight. |
| taxonomy_node_get_terms_by_vocabulary | drupal/modules/taxonomy/taxonomy.module | Find all terms associated with the given node, within one vocabulary. |
| taxonomy_overview_terms | drupal/modules/taxonomy/taxonomy.admin.inc | Form builder for the taxonomy terms overview. |
| taxonomy_select_nodes | drupal/modules/taxonomy/taxonomy.module | Finds all nodes that match selected taxonomy conditions. |
| taxonomy_term_count_nodes | drupal/modules/taxonomy/taxonomy.module | Count the number of published nodes classified by a term. |
| taxonomy_term_page | drupal/modules/taxonomy/taxonomy.pages.inc | Menu callback; displays all nodes associated with a term. |
| template_preprocess_forum_topic_navigation | drupal/modules/forum/forum.module | Preprocess variables to format the next/previous forum topic navigation links. |
| tracker_page | drupal/modules/tracker/tracker.pages.inc | Menu callback. Prints a listing of active nodes on the site. |
| translation_node_get_translations | drupal/modules/translation/translation.module | Get all nodes in a translation set, represented by $tnid. |
| _block_load_blocks | drupal/modules/block/block.module | Load blocks information from the database. |
| _blog_post_exists | drupal/modules/blog/blog.module | Helper function to determine if a user has blog posts already. |
| _forum_topics_unread | drupal/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 | drupal/modules/node/node.module | Builds and returns the list of available node types. |