views_handler_field_comment_link_reply::access |
function |
modules/comment/views/views_handler_field_comment_link_reply.inc |
Check whether current user has access to this handler. |
FilterFormatAccessTestCase::$filter_admin_user |
property |
modules/filter/tests/filter.test |
A user with 'administer filters' permission. |
views_handler_field_node_revision_link::access |
function |
modules/node/views/views_handler_field_node_revision_link.inc |
Check whether current user has access to this handler. |
CommentNodeAccessTest::testThreadedCommentView |
function |
modules/comment/tests/comment.test |
Test that threaded comments can be viewed. |
NodeAccessBaseTableTestCase::assertTaxonomyPage |
function |
modules/node/tests/node.test |
Checks taxonomy/term listings to ensure only accessible nodes are listed. |
views_handler_filter_node_access::operator_form |
function |
modules/node/views/views_handler_filter_node_access.inc |
Options form subform for setting the operator. |
views_handler_filter_node_access::admin_summary |
function |
modules/node/views/views_handler_filter_node_access.inc |
Display the filter on the administrative summary |
views_handler_field_comment_link_delete::access |
function |
modules/comment/views/views_handler_field_comment_link_delete.inc |
Check whether current user has access to this handler. |
NodeAccessBaseTableTestCase::testNodeAccessBasic |
function |
modules/node/tests/node.test |
Tests the "private" node access functionality. |
views_handler_field_comment_link_approve::access |
function |
modules/comment/views/views_handler_field_comment_link_approve.inc |
Check whether current user has access to this handler. |
NodeAccessRebuildTestCase::testNodeAccessRebuild |
function |
modules/node/tests/node.test |
Tests rebuilding the node access permissions table. |
NodeAccessRecordsUnitTest::testNodeAccessRecords |
function |
modules/node/tests/node.test |
Creates a node and tests the creation of node access rules. |
FileAccessTestCase::testFilePrivateDownloadAccess |
function |
modules/file/tests/file.test |
Test to see if we have access to download private files when granted the permissions. |
FilterFormatAccessTestCase::testFormatPermissions |
function |
modules/filter/tests/filter.test |
Tests the Filter format access permissions functionality. |
FileAccessTestCase::getPrivateDownloadAccessCases |
function |
modules/file/tests/file.test |
Helper for testFilePrivateDownloadAccess() test. |
SearchNodeAccessTest::testPhraseSearchPunctuation |
function |
modules/search/tests/search.test |
Tests that search works with punctuation and HTML entities. |
ContactPersonalTestCase::testPersonalContactAccess |
function |
modules/contact/tests/contact.test |
Tests access to the personal contact form. |
NodeQueryAlter::testNodeQueryAlterLowLevelNoAccess |
function |
modules/node/tests/node.test |
Tests 'node_access' query alter, for user without access. |
FilterFormatAccessTestCase::testFormatDisabledAccess |
function |
modules/filter/tests/filter.test |
Tests loading of disabled formats. |
EntityFieldQueryTestCase::testEntityFieldQueryAccess |
function |
modules/entity/tests/entity_query.test |
Tests EntityFieldQuery access on non-node entities. |
NodeQueryAlter::testNodeQueryAlterLowLevelEditAccess |
function |
modules/node/tests/node.test |
Tests 'node_access' query alter, for edit access. |
NodeQueryAlter::testNodeQueryAlterLowLevelWithAccess |
function |
modules/node/tests/node.test |
Tests 'node_access' query alter, for user with access. |
SearchCommentTestCase::testSearchResultsCommentAccess |
function |
modules/search/tests/search.test |
Verify access rules for comment indexing with different permissions. |
views_handler_field_node_revision_link_delete::access |
function |
modules/node/views/views_handler_field_node_revision_link_delete.inc |
Check whether current user has access to this handler. |
views_handler_field_node_revision_link_revert::access |
function |
modules/node/views/views_handler_field_node_revision_link_revert.inc |
Check whether current user has access to this handler. |
BookTestCase::testNavigationBlockOnAccessModuleEnabled |
function |
modules/book/tests/book.test |
Tests the book navigation block when an access module is enabled. |
NodeAccessFieldTestCase::testNodeAccessAdministerField |
function |
modules/node/tests/node.test |
Tests administering fields when node access is restricted. |
FilterFormatAccessTestCase::testFormatWidgetPermissions |
function |
modules/filter/tests/filter.test |
Tests editing a page using a disallowed text format. |
views_test_plugin_access_test_static::option_definition |
function |
modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_static.inc |
Retrieve the options when this is a new access
control plugin |
NodeRevisionPermissionsTestCase::testNodeRevisionAccess |
function |
modules/node/tests/node.test |
Tests the _node_revision_access() function. |
views_test_plugin_access_test_dynamic::option_definition |
function |
modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_dynamic.inc |
Retrieve the options when this is a new access
control plugin |
FilePrivateTestCase::testPrivateFileDownloadAccessGranted |
function |
modules/file/tests/file.test |
Tests file access for private nodes when file download access is granted. |
views_test_plugin_access_test_static::get_access_callback |
function |
modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_static.inc |
Determine the access callback and arguments. |
views_test_plugin_access_test_dynamic::get_access_callback |
function |
modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_dynamic.inc |
Determine the access callback and arguments. |
FormsTriggeringElementTestCase::testAttemptAccessControlBypass |
function |
modules/simpletest/tests/form.test |
Test that $form_state['triggering_element'] does not get set to a button
with #access=FALSE. |