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 |
---|---|---|---|
RoleUserTestBase | class | core/ |
Provides a base class for user role action tests. |
RoleUserTestBase.php | file | core/ |
|
RoleUserTestBase::$account | property | core/ |
The mocked account. |
RoleUserTestBase::$userRoleEntityType | property | core/ |
The user role entity type. |
RoleUserTestBase::setUp | function | core/ |
|
RoleXmlAnonTest | class | core/ |
@group rest |
RoleXmlAnonTest.php | file | core/ |
|
RoleXmlAnonTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
RoleXmlAnonTest::$format | property | core/ |
The format to use in this test. |
RoleXmlAnonTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
RoleXmlBasicAuthTest | class | core/ |
@group rest |
RoleXmlBasicAuthTest.php | file | core/ |
|
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/ |
Tests Toolbar's responses to user data updates. |
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.content_editor.yml | file | core/ |
core/profiles/standard/config/install/user.role.content_editor.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. |
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.