13 calls to node_load_multiple()

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.
DrupalWebTestCase::drupalGetNodeByTitle in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Get a node from the database based on its title.
NodeLoadHooksTestCase::testHookNodeLoad in drupal-7.x/modules/node/node.test
Test that hook_node_load() is invoked correctly.
NodeLoadMultipleTestCase::testNodeMultipleLoad in drupal-7.x/modules/node/node.test
Create four nodes and ensure they're loaded correctly.
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_load in drupal-7.x/modules/node/node.module
Loads a node object from the database.
node_page_default in drupal-7.x/modules/node/node.module
Menu callback: Generates a listing of promoted nodes.
taxonomy_term_page in drupal-7.x/modules/taxonomy/taxonomy.pages.inc
Menu callback; displays all nodes associated with a term.
_node_access_rebuild_batch_operation in drupal-7.x/modules/node/node.module
Performs batch operation for node_access_rebuild().