12 calls to node_view()

book_node_export in drupal-7.x/modules/book/book.module
Generates printer-friendly HTML for a node.
comment_preview in drupal-7.x/modules/comment/comment.module
Generate a comment preview.
comment_reply in drupal-7.x/modules/comment/comment.pages.inc
This function is responsible for generating a comment reply form. There are several cases that have to be handled, including:
FieldUIManageDisplayTestCase::assertNodeViewTextHelper in drupal-7.x/modules/field_ui/field_ui.test
Asserts that a string is (not) found in the rendered nodein a view mode.
ImageFieldDefaultImagesTestCase::testDefaultImages in drupal-7.x/modules/image/image.test
Tests CRUD for fields and fields instances with default images.
NodeEntityViewModeAlterTest::testNodeViewModeChange in drupal-7.x/modules/node/node.test
Create a "Basic page" node and verify its consistency in the database.
node_feed in drupal-7.x/modules/node/node.module
Generates and prints an RSS feed.
node_search_execute in drupal-7.x/modules/node/node.module
Implements hook_search_execute().
node_unpublish_by_keyword_action in drupal-7.x/modules/node/node.module
Unpublishes a node containing certain keywords.
node_view_multiple in drupal-7.x/modules/node/node.module
Constructs a drupal_render() style array from an array of loaded nodes.
theme_node_preview in drupal-7.x/modules/node/node.pages.inc
Returns HTML for a node preview for display during node creation and editing.
_node_index_node in drupal-7.x/modules/node/node.module
Indexes a single node.