48 string references to 'node_access'

blog_block_view in drupal-7.x/modules/blog/blog.module
Implements hook_block_view().
blog_feed_last in drupal-7.x/modules/blog/blog.pages.inc
Menu callback; displays an RSS feed containing recent blog entries of all users.
blog_feed_user in drupal-7.x/modules/blog/blog.pages.inc
Menu callback; displays an RSS feed containing recent blog entries of a given user.
blog_page_last in drupal-7.x/modules/blog/blog.pages.inc
Menu callback; displays a Drupal page containing recent blog entries of all users.
blog_page_user in drupal-7.x/modules/blog/blog.pages.inc
Menu callback; displays a Drupal page containing recent blog entries of a given user.
book_block_view in drupal-7.x/modules/book/book.module
Implements hook_block_view().
book_get_books in drupal-7.x/modules/book/book.module
Returns an array of all books.
comment_admin_overview in drupal-7.x/modules/comment/comment.admin.inc
Form builder for the comment overview administration form.
comment_get_recent in drupal-7.x/modules/comment/comment.module
Find the most recent comments that are available to the current user.
comment_get_thread in drupal-7.x/modules/comment/comment.module
Retrieve comments for a thread.
comment_menu in drupal-7.x/modules/comment/comment.module
Implements hook_menu().
DatabaseSelectComplexTestCase2::testJoinSubquery in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can join on a query.
DrupalDataApiTest::testDrupalWriteRecord in drupal-7.x/modules/simpletest/tests/common.test
Test the drupal_write_record() API function.
form_test_menu in drupal-7.x/modules/simpletest/tests/form_test.module
Implements hook_menu().
forum_block_view in drupal-7.x/modules/forum/forum.module
Implements hook_block_view().
forum_forum_load in drupal-7.x/modules/forum/forum.module
Returns a tree of all forums for a given taxonomy term ID.
forum_get_topics in drupal-7.x/modules/forum/forum.module
Gets all the topics in a forum.
hook_install in drupal-7.x/modules/system/system.api.php
Perform setup tasks when the module is installed.
hook_query_TAG_alter in drupal-7.x/modules/system/system.api.php
Perform alterations to a structured query for a given tag.
hook_search_execute in drupal-7.x/modules/search/search.api.php
Execute a search for a set of key words.
menu_tree_check_access in drupal-7.x/includes/menu.inc
Checks access and performs dynamic operations for each link in the tree.
NodeQueryAlter::testNodeQueryAlterLowLevelEditAccess in drupal-7.x/modules/node/node.test
Tests 'node_access' query alter, for edit access.
NodeQueryAlter::testNodeQueryAlterLowLevelNoAccess in drupal-7.x/modules/node/node.test
Tests 'node_access' query alter, for user without access.
NodeQueryAlter::testNodeQueryAlterLowLevelWithAccess in drupal-7.x/modules/node/node.test
Tests 'node_access' query alter, for user with access.
NodeQueryAlter::testNodeQueryAlterOverride in drupal-7.x/modules/node/node.test
Tests 'node_access' query alter override.
node_access_rebuild in drupal-7.x/modules/node/node.module
Rebuilds the node access database.
node_access_test_page in drupal-7.x/modules/node/tests/node_access_test.module
Page callback for node access test page.
node_access_view_all_nodes in drupal-7.x/modules/node/node.module
Determines whether the user has a global viewing grant for all nodes.
node_access_write_grants in drupal-7.x/modules/node/node.module
Writes a list of grants to the database, deleting any previously saved ones.
node_admin_nodes in drupal-7.x/modules/node/node.admin.inc
Form builder: Builds the node administration overview.
node_delete_multiple in drupal-7.x/modules/node/node.module
Deletes multiple nodes.
node_feed in drupal-7.x/modules/node/node.module
Generates and prints an RSS feed.
node_get_recent in drupal-7.x/modules/node/node.module
Finds the most recently changed nodes that are available to the current user.
node_install in drupal-7.x/modules/node/node.install
Implements hook_install().
node_menu in drupal-7.x/modules/node/node.module
Implements hook_menu().
node_page_default in drupal-7.x/modules/node/node.module
Menu callback: Generates a listing of promoted nodes.
node_requirements in drupal-7.x/modules/node/node.module
Implements hook_requirements().
node_schema in drupal-7.x/modules/node/node.install
Implements hook_schema().
node_search_execute in drupal-7.x/modules/node/node.module
Implements hook_search_execute().
poll_block_view in drupal-7.x/modules/poll/poll.module
Implements hook_block_view().
poll_page in drupal-7.x/modules/poll/poll.pages.inc
Menu callback to provide a simple list of all polls available.
statistics_title_list in drupal-7.x/modules/statistics/statistics.module
Returns the most viewed content of all time, today, or the last-viewed node.
taxonomy_select_nodes in drupal-7.x/modules/taxonomy/taxonomy.module
Return nodes attached to a term across all field instances.
tracker_page in drupal-7.x/modules/tracker/tracker.pages.inc
Page callback: prints a listing of active nodes on the site.
translation_node_get_translations in drupal-7.x/modules/translation/translation.module
Gets all nodes in a given translation set.
_blog_post_exists in drupal-7.x/modules/blog/blog.module
Helper function to determine if a user has blog posts already.
_forum_topics_unread in drupal-7.x/modules/forum/forum.module
Calculates the number of new posts in a forum that the user has not yet read.
_node_query_node_access_alter in drupal-7.x/modules/node/node.module
Helper for node access functions.