14 calls to node_load_multiple()

blog_page_last in drupal/modules/blog/blog.pages.inc
Menu callback; displays a Drupal page containing recent blog entries of all users.
blog_page_user in drupal/modules/blog/blog.pages.inc
Menu callback; displays a Drupal page containing recent blog entries of a given user.
DrupalWebTestCase::drupalGetNodeByTitle in drupal/modules/simpletest/drupal_web_test_case.php
Get a node from the database based on its title.
NodeLoadHooksTestCase::testHookNodeLoad in drupal/modules/node/node.test
Test that hook_node_load() is invoked correctly.
NodeLoadMultipleTestCase::testNodeMultipleLoad in drupal/modules/node/node.test
Create four nodes and ensure they're loaded correctly.
node_admin_nodes in drupal/modules/node/node.admin.inc
Form builder: Builds the node administration overview.
node_delete_multiple in drupal/modules/node/node.module
Deletes multiple nodes.
node_feed in drupal/modules/node/node.module
Generates and prints an RSS feed.
node_get_recent in drupal/modules/node/node.module
Finds the most recently changed nodes that are available to the current user.
node_load in drupal/modules/node/node.module
Loads a node object from the database.
node_page_default in drupal/modules/node/node.module
Menu callback: Generates a listing of promoted nodes.
taxonomy_term_page in drupal/modules/taxonomy/taxonomy.pages.inc
Menu callback; displays all nodes associated with a term.
UpgradePathTaxonomyTestCase::testTaxonomyUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.taxonomy.test
Basic tests for the taxonomy upgrade.
_node_access_rebuild_batch_operation in drupal/modules/node/node.module
Implements callback_batch_operation().