book_block_view in modules/book/book.module
Implements hook_block_view().
book_get_books in modules/book/book.module
Returns an array of all books.
comment_admin_overview in modules/comment/comment.admin.inc
Form builder for the comment overview administration form.
comment_get_recent in modules/comment/comment.module
Find the most recent comments that are available to the current user.
comment_get_thread in modules/comment/comment.module
Retrieve comments for a thread.
comment_menu in modules/comment/comment.module
Implements hook_menu().
DatabaseSelectComplexTestCase2::testJoinSubquery in modules/simpletest/tests/database_test.test
Test that we can join on a query.
drupal-6.bare.database.php in modules/simpletest/tests/upgrade/drupal-6.bare.database.php
drupal-6.filled.database.php in modules/simpletest/tests/upgrade/drupal-6.filled.database.php
DrupalDataApiTest::testDrupalWriteRecord in modules/simpletest/tests/common.test
Test the drupal_write_record() API function.
form_test_menu in modules/simpletest/tests/form_test.module
Implements hook_menu().
forum_block_view in modules/forum/forum.module
Implements hook_block_view().
forum_forum_load in modules/forum/forum.module
Returns a tree of all forums for a given taxonomy term ID.
forum_get_topics in modules/forum/forum.module
Gets all the topics in a forum.
hook_install in modules/system/system.api.php
Perform setup tasks when the module is installed.
hook_query_TAG_alter in modules/system/system.api.php
Perform alterations to a structured query for a given tag.
menu_tree_check_access in includes/menu.inc
Checks access and performs dynamic operations for each link in the tree.
NodeQueryAlter::testNodeQueryAlterLowLevelEditAccess in modules/node/node.test
Tests 'node_access' query alter, for edit access.
NodeQueryAlter::testNodeQueryAlterLowLevelNoAccess in modules/node/node.test
Tests 'node_access' query alter, for user without access.
NodeQueryAlter::testNodeQueryAlterLowLevelWithAccess in modules/node/node.test
Tests 'node_access' query alter, for user with access.
NodeQueryAlter::testNodeQueryAlterOverride in modules/node/node.test
Tests 'node_access' query alter override.
node_access_test_page in modules/node/tests/node_access_test.module
Page callback for node access test page.
node_access_view_all_nodes in modules/node/node.module
Determines whether the user has a global viewing grant for all nodes.
node_menu in modules/node/node.module
Implements hook_menu().
node_page_default in modules/node/node.module
Menu callback: Generates a listing of promoted nodes.
poll_block_view in modules/poll/poll.module
Implements hook_block_view().
poll_page in modules/poll/poll.pages.inc
Menu callback to provide a simple list of all polls available.
statistics_title_list in modules/statistics/statistics.module
Returns the most viewed content of all time, today, or the last-viewed node.
taxonomy_select_nodes in modules/taxonomy/taxonomy.module
Return nodes attached to a term across all field instances.
_forum_topics_unread in modules/forum/forum.module
Calculates the number of new posts in a forum that the user has not yet read.