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