78 calls to node_load()

BookTestCase::testBookDelete in drupal-7.x/modules/book/book.test
Tests the access for deleting top-level book nodes.
book_admin_edit_submit in drupal-7.x/modules/book/book.admin.inc
Form submission handler for book_admin_edit().
book_block_view in drupal-7.x/modules/book/book.module
Implements hook_block_view().
book_export in drupal-7.x/modules/book/book.pages.inc
Menu callback; Generates representations of a book page and its children.
book_export_html in drupal-7.x/modules/book/book.pages.inc
Generates HTML for export when invoked by book_export().
book_export_traverse in drupal-7.x/modules/book/book.module
Traverses the book tree to build printable or exportable output.
book_form_node_delete_confirm_alter in drupal-7.x/modules/book/book.module
Implements hook_form_FORM_ID_alter() for node_delete_confirm().
book_node_delete in drupal-7.x/modules/book/book.module
Implements hook_node_delete().
callback_batch_operation in drupal-7.x/modules/system/form.api.php
Perform a single batch operation.
CommentInterfaceTest::testCommentNodeCommentStatistics in drupal-7.x/modules/comment/comment.test
Tests the node comment statistics.
CommentPagerTest::testCommentNewPageIndicator in drupal-7.x/modules/comment/comment.test
Test comment_new_page_count().
CommentTokenReplaceTestCase::testCommentTokenReplacement in drupal-7.x/modules/comment/comment.test
Creates a comment, then tests the tokens generated from it.
comment_edit_page in drupal-7.x/modules/comment/comment.module
Page callback for comment editing.
comment_file_download_access in drupal-7.x/modules/comment/comment.module
Implements hook_file_download_access().
comment_form in drupal-7.x/modules/comment/comment.module
Generate the basic commenting form, for appending to a node or display on a separate page.
comment_form_submit in drupal-7.x/modules/comment/comment.module
Process comment form submissions; prepare the comment, store it, and set a redirection target.
comment_permalink in drupal-7.x/modules/comment/comment.module
Redirects comment links to the correct page depending on comment settings.
comment_preview in drupal-7.x/modules/comment/comment.module
Generate a comment preview.
comment_save in drupal-7.x/modules/comment/comment.module
Accepts a submission of new or changed comment content.
comment_tokens in drupal-7.x/modules/comment/comment.tokens.inc
Implements hook_tokens().
EntityCrudHookTestCase::testNodeHooks in drupal-7.x/modules/simpletest/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on nodes.
FileFieldDisplayTestCase::testNodeDisplay in drupal-7.x/modules/file/tests/file.test
Tests normal formatter display on node display.
FileFieldPathTestCase::testUploadPath in drupal-7.x/modules/file/tests/file.test
Tests the normal formatter display on node display.
FileFieldRevisionTestCase::testRevisions in drupal-7.x/modules/file/tests/file.test
Tests creating multiple revisions of a node and managing attached files.
FileFieldTestCase::uploadNodeFile in drupal-7.x/modules/file/tests/file.test
Uploads a file to a node.
FileFieldValidateTestCase::testFileExtension in drupal-7.x/modules/file/tests/file.test
Tests file extension checking.
FileFieldValidateTestCase::testFileMaxSize in drupal-7.x/modules/file/tests/file.test
Tests the max file size validator.
FileFieldValidateTestCase::testRequired in drupal-7.x/modules/file/tests/file.test
Tests the required property on file fields.
FileFieldWidgetTestCase::testMultiValuedWidget in drupal-7.x/modules/file/tests/file.test
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTestCase::testPrivateFileSetting in drupal-7.x/modules/file/tests/file.test
Tests a file field with a "Private files" upload destination setting.
FileFieldWidgetTestCase::testSingleValuedWidget in drupal-7.x/modules/file/tests/file.test
Tests upload and remove buttons for a single-valued File field.
FilePrivateTestCase::testPrivateFile in drupal-7.x/modules/file/tests/file.test
Tests file access for file uploaded to a private node.
FileTokenReplaceTestCase::testFileTokenReplacement in drupal-7.x/modules/file/tests/file.test
Creates a file, then tests the tokens generated from it.
hook_search_execute in drupal-7.x/modules/search/search.api.php
Execute a search for a set of key words.
hook_update_index in drupal-7.x/modules/search/search.api.php
Update the search index for this module.
ImageAdminStylesUnitTest::testStyleReplacement in drupal-7.x/modules/image/image.test
Test deleting a style and choosing a replacement style.
ImageFieldDefaultImagesTestCase::testDefaultImages in drupal-7.x/modules/image/image.test
Tests CRUD for fields and fields instances with default images.
ImageFieldDisplayTestCase::testImageFieldDefaultImage in drupal-7.x/modules/image/image.test
Test use of a default image with an image field.
ImageFieldDisplayTestCase::testImageFieldSettings in drupal-7.x/modules/image/image.test
Tests for image field settings.
ImageFieldDisplayTestCase::_testImageFieldFormatters in drupal-7.x/modules/image/image.test
Test image formatters on node display.
MenuTestCase::testMenu in drupal-7.x/modules/menu/menu.test
Login users, add menus and menu links, and test menu functionality through the admin and user interfaces.
NodeAccessRecordsTestCase::testNodeAccessRecords in drupal-7.x/modules/node/node.test
Creates a node and tests the creation of node access rules.
NodeRevisionsTestCase::setUp in drupal-7.x/modules/node/node.test
Sets up a Drupal site for running functional and integration tests.
NodeRevisionsTestCase::testNodeRevisionWithoutLogMessage in drupal-7.x/modules/node/node.test
Checks that revisions are correctly saved without log messages.
NodeRevisionsTestCase::testRevisions in drupal-7.x/modules/node/node.test
Checks node revision related operations.
NodeSaveTestCase::testDeterminingChanges in drupal-7.x/modules/node/node.test
Tests determing changes in hook_node_presave() and verifies the static node load cache is cleared upon save.
NodeSaveTestCase::testImport in drupal-7.x/modules/node/node.test
Checks whether custom node IDs are saved properly during an import operation.
NodeTokenReplaceTestCase::testNodeTokenReplacement in drupal-7.x/modules/node/node.test
Creates a node, then tests the tokens generated from it.
node_access_rebuild in drupal-7.x/modules/node/node.module
Rebuilds the node access database.
node_delete_confirm_submit in drupal-7.x/modules/node/node.pages.inc
Executes node deletion.
node_help in drupal-7.x/modules/node/node.module
Implements hook_help().
node_revision_delete in drupal-7.x/modules/node/node.module
Deletes a node revision.
node_search_execute in drupal-7.x/modules/node/node.module
Implements hook_search_execute().
PageEditTestCase::testPageAuthoredBy in drupal-7.x/modules/node/node.test
Tests changing a node's "authored by" field.
PageEditTestCase::testPageEdit in drupal-7.x/modules/node/node.test
Checks node edit functionality.
PageViewTestCase::testPageView in drupal-7.x/modules/node/node.test
Tests an anonymous and unpermissioned user attempting to edit the node.
PollCreateTestCase::testPollCreate in drupal-7.x/modules/poll/poll.test
PollTokenReplaceTestCase::testPollTokenReplacement in drupal-7.x/modules/poll/poll.test
Creates a poll, then tests the tokens generated from it.
PollTranslateTestCase::testPollTranslate in drupal-7.x/modules/poll/poll.test
Tests poll creation and translation.
poll_block_view in drupal-7.x/modules/poll/poll.module
Implements hook_block_view().
poll_cancel in drupal-7.x/modules/poll/poll.module
Submit callback for poll_cancel_form().
profile_block_view in drupal-7.x/modules/profile/profile.module
Implements hook_block_view().
statistics_node_tracker in drupal-7.x/modules/statistics/statistics.pages.inc
Page callback: Displays statistics for a node.
SummaryLengthTestCase::testSummaryLength in drupal-7.x/modules/node/node.test
Tests the node summary length functionality.
translation_language_switch_links_alter in drupal-7.x/modules/translation/translation.module
Implements hook_language_switch_links_alter().
translation_node_overview in drupal-7.x/modules/translation/translation.pages.inc
Page callback: Displays a list of a node's translations.
translation_node_prepare in drupal-7.x/modules/translation/translation.module
Implements hook_node_prepare().
translation_path_get_translations in drupal-7.x/modules/translation/translation.module
Returns the paths of all translations of a node, based on its Drupal path.
UserCancelTestCase::testUserAnonymize in drupal-7.x/modules/user/user.test
Delete account and anonymize all content.
UserCancelTestCase::testUserBlockUnpublish in drupal-7.x/modules/user/user.test
Disable account and unpublish all content.
UserCancelTestCase::testUserCancelInvalid in drupal-7.x/modules/user/user.test
Attempt invalid account cancellations.
UserCancelTestCase::testUserCancelWithoutPermission in drupal-7.x/modules/user/user.test
Attempt to cancel account without permission.
UserCancelTestCase::testUserDelete in drupal-7.x/modules/user/user.test
Delete account and remove all content.
_node_index_node in drupal-7.x/modules/node/node.module
Indexes a single node.
_node_mass_update_helper in drupal-7.x/modules/node/node.admin.inc
Updates individual nodes when fewer than 10 are queued.
_node_revision_access in drupal-7.x/modules/node/node.module
Access callback: Checks node revision access.
_trigger_normalize_comment_context in drupal-7.x/modules/trigger/trigger.module
Loads associated objects for comment triggers.
_trigger_normalize_user_context in drupal-7.x/modules/trigger/trigger.module
Loads associated objects for user triggers.