AdminBarPermissionsTestCase::testPermissionChanges in modules/admin_bar/tests/admin_bar.test
Tests that user role and permission changes are properly taken up.
_backdrop_session_read in includes/session.inc
Reads an entire session from the database (internal use only).
CommentHelperCase::setUp in modules/comment/tests/comment.test
Sets up a Backdrop site for running functional and integration tests.
CommentInterfaceTest::setEnvironment in modules/comment/tests/comment.test
Re-configures the environment, module settings, and user permissions.
comment_node_update_index in modules/comment/comment.module
Implements hook_node_update_index().
CommonBackdropRenderTestCase::testBackdropRenderCache in modules/simpletest/tests/common.test
Tests caching of render items.
DashboardOverviewUserBlock::__construct in modules/dashboard/includes/block.overview_user.inc
Create a new Block object.
DashboardOverviewUserBlock::form in modules/dashboard/includes/block.overview_user.inc
Build the settings form for editing this block.
DashboardOverviewUserBlock::getContent in modules/dashboard/includes/block.overview_user.inc
Return the content of a block.
drupal.inc in includes/drupal.inc
Contains constants and function wrappers for Drupal 7.x compatibility.
FileAccessTestCase::testFilePageAccess in modules/file/tests/file.test
Tests page access.
FilterEditorAccessTestCase::setUp in modules/filter/tests/filter.test
Sets up a Backdrop site for running functional and integration tests.
FilterFormatAccessTestCase::testFormatRoles in modules/filter/tests/filter.test
Tests if text format is available to a role.
filter_update_1001 in modules/filter/filter.install
Add a separate permission for image upload access.
minimal_install in profiles/minimal/minimal.install
Implements hook_install().
ModuleUninstallTestCase::testUserPermsUninstalled in modules/simpletest/tests/module.test
Tests the hook_modules_uninstalled() of the user module.
NodeAccessUnitTest::setUp in modules/node/tests/node.test
Sets up a Backdrop site for running functional and integration tests.
NodeAdminTestCase::setUp in modules/node/tests/node.test
Sets up a Backdrop site for running functional and integration tests.
node_views_analyze in modules/node/views/node.views.inc
Implements hook_views_analyze().
SearchCommentTestCase::setUp in modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchCommentTestCase::testSearchResultsCommentAccess in modules/search/tests/search.test
Verify access rules for comment indexing with different permissions.
standard_install in profiles/standard/standard.install
Implements hook_install().
TextFieldTestCase::_testTextfieldWidgetsFormatted in modules/field/modules/text/tests/text.test
Helper function for testTextfieldWidgetsFormatted().
theme_comment_post_forbidden in modules/comment/comment.theme.inc
Returns HTML for a "you can't post comments" notice.
theme_user_admin_roles in modules/user/user.theme.inc
Returns HTML for the role order form.
TokenUserTestCase::testUserTokens in modules/simpletest/tests/token.test
user_account_form in modules/user/user.module
Helper function to add default user account fields to user registration and edit form.
user_action_info in modules/user/user.module
Implements hook_action_info().
user_admin_roles in modules/user/user.admin.inc
Form to re-order roles.
UserAdminTestCase::testUserAdmin in modules/user/tests/user.test
Registers a user and deletes it.
user_build_filter_query in modules/user/user.module
Extends a query object for user administration filters based on session.
user_filters in modules/user/user.module
List user administration filters that can be applied.
UserPermissionsTestCase::setUp in modules/user/tests/user.test
Sets up a Backdrop site for running functional and integration tests.
UserRoleAdminTestCase::testRoleAdministration in modules/user/tests/user.test
Test adding, renaming and deleting roles.
user_role_delete_access in modules/user/user.module
Menu access callback for deleting a user.
UserStorageController::attachLoad in modules/user/user.entity.inc
Overrides EntityDatabaseStorageController::attachLoad().
UserStorageController::create in modules/user/user.entity.inc
Overrides EntityDatabaseStorageController::create().
UserStorageController::postSave in modules/user/user.entity.inc
Overrides EntityDatabaseStorageController::postSave().
views_check_roles in modules/views/views.module
Access callback for the views_plugin_access_role access plugin.
views_handler_field_user_permissions::pre_render in modules/user/views/views_handler_field_user_permissions.inc
Run before any fields are rendered.
views_handler_filter::option_definition in modules/views/handlers/views_handler_filter.inc
Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_handler_filter_user_permissions::query in modules/user/views/views_handler_filter_user_permissions.inc
Add this filter to the query.
views_handler_filter_user_roles::get_value_options in modules/user/views/views_handler_filter_user_roles.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
views_plugin_argument_validate_user::validate_argument in modules/user/views/views_plugin_argument_validate_user.inc