Search for role
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Role | class | core/ |
Defines the user role entity class. |
Role | class | core/ |
Access plugin that provides role-based access control. |
Role | class | core/ |
Drupal 6 role source from database. |
Role | class | core/ |
Drupal 7 role source from database. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
RoleXmlBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
RoleXmlBasicAuthTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
RoleXmlBasicAuthTest::$format | property | core/ |
The format to use in this test. |
RoleXmlBasicAuthTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
RoleXmlBasicAuthTest::$modules | property | core/ |
Modules to install. |
RoleXmlCookieTest | class | core/ |
@group rest |
RoleXmlCookieTest.php | file | core/ |
|
RoleXmlCookieTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
RoleXmlCookieTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
RoleXmlCookieTest::$format | property | core/ |
The format to use in this test. |
RoleXmlCookieTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
SearchCommentTest::$adminRole | property | core/ |
ID for the administrator role. |
SearchCommentTest::setRolePermissions | function | core/ |
Set permissions for role. |
Secure::$roles | property | core/ |
|
ToolbarAdminMenuTest::testUserRoleUpdateSubtreesHashCacheClear | function | core/ |
Exercises the toolbar_user_role_update() and toolbar_user_update() hook implementations. |
User accounts, permissions, and roles | group | core/ |
API for user accounts, access checking, roles, and permissions. |
user.new_role.html.twig | file | core/ |
--- label: 'Adding a new role' related: - user.overview - user.permissions --- {% set roles_url = render_var(url('entity.user_role.collection')) %} <h2>{% trans %}Goal{% endtrans %}</h2> <p>{% trans %}Create a… |
user.role.administrator.yml | file | core/ |
core/profiles/standard/config/install/user.role.administrator.yml |
user.role.administrator.yml | file | core/ |
core/profiles/demo_umami/config/install/user.role.administrator.yml |
user.role.anonymous.yml | file | core/ |
core/profiles/standard/config/install/user.role.anonymous.yml |
user.role.anonymous.yml | file | core/ |
core/profiles/demo_umami/config/install/user.role.anonymous.yml |
user.role.anonymous.yml | file | core/ |
core/modules/user/config/install/user.role.anonymous.yml |
user.role.authenticated.yml | file | core/ |
core/profiles/standard/config/install/user.role.authenticated.yml |
user.role.authenticated.yml | file | core/ |
core/profiles/testing_config_overrides/config/install/user.role.authenticated.yml |
user.role.authenticated.yml | file | core/ |
core/profiles/demo_umami/config/install/user.role.authenticated.yml |
user.role.authenticated.yml | file | core/ |
core/modules/user/config/install/user.role.authenticated.yml |
user.role.author.yml | file | core/ |
core/profiles/demo_umami/config/install/user.role.author.yml |
user.role.editor.yml | file | core/ |
core/profiles/demo_umami/config/install/user.role.editor.yml |
User::addRole | function | core/ |
Add a role to a user. |
User::getRoles | function | core/ |
Returns a list of roles. |
User::getRoleStorage | function | core/ |
Returns the role storage object. |
User::hasRole | function | core/ |
Whether a user has a certain role. |
User::removeRole | function | core/ |
Remove a role from a user. |
UserCreationTrait::createAdminRole | function | core/ |
Creates an administrative role. |
UserCreationTrait::createRole | function | core/ |
Creates a role with specified permissions. |
UserEntityReferenceTest::$role1 | property | core/ |
A randomly-generated role for testing purposes. |
UserEntityReferenceTest::$role2 | property | core/ |
A randomly-generated role for testing purposes. |
UserEntityReferenceTest::testUserSelectionByRole | function | core/ |
Tests user selection by roles. |
UserInterface::addRole | function | core/ |
Add a role to a user. |
UserInterface::hasRole | function | core/ |
Whether a user has a certain role. |
UserInterface::removeRole | function | core/ |
Remove a role from a user. |
UserKernelTestBase::$roleStorage | property | core/ |
The entity storage for roles. |
UserPermissionsForm::$roleStorage | property | core/ |
The role storage. |
UserPermissionsForm::getRoles | function | core/ |
Gets the roles to display in this form. |
UserPermissionsRoleSpecificForm | class | core/ |
Provides the user permissions administration form for a specific role. |
UserPermissionsRoleSpecificForm.php | file | core/ |
|
UserPermissionsRoleSpecificForm::$userRole | property | core/ |
The specific role for this form. |
UserPermissionsRoleSpecificForm::buildForm | function | core/ |
Builds the user permissions administration form for a specific role. |
UserPermissionsRoleSpecificForm::getRoles | function | core/ |
Gets the roles to display in this form. |
UserPermissionsTest::testAdministratorRole | function | core/ |
Test assigning of permissions for the administrator role. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.