27 calls to node_access()

book_block_view in drupal/core/modules/book/book.module
Implements hook_block_view().
book_node_view_link in drupal/core/modules/book/book.module
Adds relevant book links to the node's links.
comment_file_download_access in drupal/core/modules/comment/comment.module
Implements hook_file_download_access().
forum_menu_local_tasks_alter in drupal/core/modules/forum/forum.module
Implements hook_menu_local_tasks_alter().
hook_file_download_access in drupal/core/modules/file/file.api.php
Control download access to files.
Link::render_link in drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Link.php
LinkDelete::render_link in drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/LinkDelete.php
Renders the link.
LinkEdit::render_link in drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/LinkEdit.php
Renders the link.
Node::validate_argument in drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument_validator/Node.php
NodeAccessLanguageTest::assertNodeAccess in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageTest.php
Asserts node_access correctly grants or denies access.
NodeAccessTest::assertNodeAccess in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessTest.php
Asserts node_access() correctly grants or denies access.
NodeFormController::actions in drupal/core/modules/node/lib/Drupal/node/NodeFormController.php
Overrides Drupal\Core\Entity\EntityFormController::actions().
NodeFormController::save in drupal/core/modules/node/lib/Drupal/node/NodeFormController.php
Overrides Drupal\Core\Entity\EntityFormController::save().
NodeTranslationController::getAccess in drupal/core/modules/node/lib/Drupal/node/NodeTranslationController.php
Overrides EntityTranslationController::getAccess().
node_add_page in drupal/core/modules/node/node.pages.inc
Page callback: Displays add content links for available content types.
node_admin_nodes in drupal/core/modules/node/node.admin.inc
Returns the admin form object to node_admin_content().
node_file_download_access in drupal/core/modules/node/node.module
Implements hook_file_download_access().
node_preview in drupal/core/modules/node/node.pages.inc
Generates a node preview.
node_revision_overview in drupal/core/modules/node/node.pages.inc
Page callback: Generates an overview table of older revisions of a node.
RevisionLink::get_revision_entity in drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/RevisionLink.php
Returns the revision values of a node.
theme_node_recent_block in drupal/core/modules/node/node.module
Returns HTML for a list of recent content.
translation_node_overview in drupal/core/modules/translation/translation.pages.inc
Page callback: Displays a list of a node's translations.
translation_user_can_translate_node in drupal/core/modules/translation/translation.module
Check if the user has permissions to translate a node.
_book_outline_access in drupal/core/modules/book/book.module
Access callback: Determines if the outline tab is accessible.
_node_add_access in drupal/core/modules/node/node.module
Access callback: Checks whether the user has permission to add a node.
_node_revision_access in drupal/core/modules/node/node.module
Access callback: Checks node revision access.
_translation_tab_access in drupal/core/modules/translation/translation.module
Access callback: Checks that the user has permission to 'translate all content' or to 'translate own content' and has created the node being translated.