Search for access
- Search 9.5.x for access
- Search 8.9.x for access
- Search 10.3.x for access
- Search 11.x for access
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
NodeAccessTestCase::assertNodeAccess | function | modules/ |
Asserts node_access() correctly grants or denies access. |
NodeAccessTestCase::getInfo | function | modules/ |
|
NodeAccessTestCase::setUp | function | modules/ |
|
NodeAccessTestCase::testNodeAccess | function | modules/ |
Runs basic tests for node_access function. |
NodeEntityFieldQueryAlter::$accessUser | property | modules/ |
User with permission to view content. |
NodeEntityFieldQueryAlter::$noAccessUser | property | modules/ |
User without permission to view content. |
NodeQueryAlter::$accessUser | property | modules/ |
User with permission to view content. |
NodeQueryAlter::$noAccessUser | property | modules/ |
User without permission to view content. |
NodeQueryAlter::$noAccessUser2 | property | modules/ |
User without permission to view content. |
NodeQueryAlter::testNodeQueryAlterLowLevelEditAccess | function | modules/ |
Tests 'node_access' query alter, for edit access. |
NodeQueryAlter::testNodeQueryAlterLowLevelNoAccess | function | modules/ |
Tests 'node_access' query alter, for user without access. |
NodeQueryAlter::testNodeQueryAlterLowLevelWithAccess | function | modules/ |
Tests 'node_access' query alter, for user with access. |
NodeRevisionPermissionsTestCase::testNodeRevisionAccess | function | modules/ |
Tests the _node_revision_access() function. |
node_access | function | modules/ |
Determines whether the current user may perform the operation on the node. |
node_access_acquire_grants | function | modules/ |
Gets the list of node access grants and writes them to the database. |
NODE_ACCESS_ALLOW | constant | modules/ |
Modules should return this value from hook_node_access() to allow access to a node. |
NODE_ACCESS_DENY | constant | modules/ |
Modules should return this value from hook_node_access() to deny access to a node. |
node_access_entity_test_page | function | modules/ |
Page callback for node access entity test page. |
node_access_grants | function | modules/ |
Fetches an array of permission IDs granted to the given user ID. |
NODE_ACCESS_IGNORE | constant | modules/ |
Modules should return this value from hook_node_access() to not affect node access. |
node_access_needs_rebuild | function | modules/ |
Flags or unflags the node access grants for rebuilding. |
node_access_rebuild | function | modules/ |
Rebuilds the node access database. |
node_access_test.info | file | modules/ |
name = "Node module access tests" description = "Support module for node permission testing." package = Testing version = VERSION core = 7.x hidden = TRUE |
node_access_test.install | file | modules/ |
Install, update and uninstall functions for the node_access_test module. |
node_access_test.module | file | modules/ |
A dummy module implementing node access related hooks for testing purposes. |
node_access_test_form_node_form_alter | function | modules/ |
Implements hook_form_BASE_FORM_ID_alter(). |
node_access_test_menu | function | modules/ |
Implements hook_menu(). |
node_access_test_node_access_records | function | modules/ |
Implements hook_node_access_records(). |
node_access_test_node_delete | function | modules/ |
Implements hook_node_delete(). |
node_access_test_node_grants | function | modules/ |
Implements hook_node_grants(). |
node_access_test_node_insert | function | modules/ |
Implements hook_node_insert(). |
node_access_test_node_load | function | modules/ |
Implements hook_node_load(). |
node_access_test_node_update | function | modules/ |
Implements hook_node_update(). |
node_access_test_page | function | modules/ |
Page callback for node access test page. |
node_access_test_permission | function | modules/ |
Implements hook_permission(). |
node_access_test_schema | function | modules/ |
Implements hook_schema(). |
node_access_view_all_nodes | function | modules/ |
Determines whether the user has a global viewing grant for all nodes. |
node_access_write_grants | function | modules/ |
Writes a list of grants to the database, deleting any previously saved ones. |
node_file_download_access | function | modules/ |
Implements hook_file_download_access(). |
node_node_access | function | modules/ |
Implements hook_node_access(). |
node_query_entity_field_access_alter | function | modules/ |
Implements hook_query_TAG_alter(). |
node_query_node_access_alter | function | modules/ |
Implements hook_query_TAG_alter(). |
node_search_access | function | modules/ |
Implements hook_search_access(). |
node_test_node_access_records | function | modules/ |
Implements hook_node_access_records(). |
node_test_node_access_records_alter | function | modules/ |
Implements hook_node_access_records_alter(). |
PHPAccessTestCase | class | modules/ |
Tests to make sure access to the PHP filter is properly restricted. |
PHPAccessTestCase::getInfo | function | modules/ |
|
PHPAccessTestCase::testNoPrivileges | function | modules/ |
Makes sure that the user can't use the PHP filter when not given access. |
profile_category_access | function | modules/ |
Menu item access callback - check if a user has access to a profile category. |
SearchCommentTestCase::checkCommentAccess | function | modules/ |
Update search index and search for comment. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.