Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| RoleAccessCheck | class | core/ |
Determines access to routes based on roles. |
| RoleAccessCheck.php | file | core/ |
|
| RoleAccessCheck::access | function | core/ |
Checks access. |
| RoleAccessCheckTest | class | core/ |
Tests Drupal\user\Access\RoleAccessCheck. |
| RoleAccessCheckTest.php | file | core/ |
|
| RoleAccessCheckTest::getTestRouteCollection | function | core/ |
Generates the test route collection. |
| RoleAccessCheckTest::roleAccessProvider | function | core/ |
Provides data for the role access test. |
| RoleAccessCheckTest::testRoleAccess | function | core/ |
Tests role requirements on routes. |
| RoleAccessControlHandler | class | core/ |
Defines the access control handler for the user role entity type. |
| RoleAccessControlHandler.php | file | core/ |
|
| RoleAccessControlHandler::checkAccess | function | core/ |
|
| RoleExistsConstraint | class | core/ |
Checks if a role exists. |
| RoleExistsConstraint.php | file | core/ |
|
| RoleExistsConstraint::__construct | function | core/ |
|
| RoleExistsConstraintValidator | class | core/ |
Validates that a role exists. |
| RoleExistsConstraintValidator.php | file | core/ |
|
| RoleExistsConstraintValidator::create | function | core/ |
|
| RoleExistsConstraintValidator::validate | function | core/ |
|
| RoleExistsConstraintValidator::__construct | function | core/ |
Create a new RoleExistsConstraintValidator instance. |
| RoleExistsConstraintValidatorTest | class | core/ |
Tests Role Exists Constraint Validator. |
| RoleExistsConstraintValidatorTest.php | file | core/ |
|
| RoleExistsConstraintValidatorTest::$modules | property | core/ |
|
| RoleExistsConstraintValidatorTest::testRoleExists | function | core/ |
Tests when the constraint's entityTypeId value is not valid. |
| RoleExistsConstraintValidatorTest::testValueMustBeAString | function | core/ |
Tests that the constraint validator will only work with strings. |
| RoleForm | class | core/ |
Form controller for the role entity edit forms. |
| RoleForm.php | file | core/ |
|
| RoleForm::form | function | core/ |
|
| RoleForm::save | function | core/ |
|
| RoleInterface | interface | core/ |
Provides an interface defining a user role entity. |
| RoleInterface.php | file | core/ |
|
| RoleInterface::ANONYMOUS_ID | constant | core/ |
Role ID for anonymous users; should match the 'role' entity ID. |
| RoleInterface::AUTHENTICATED_ID | constant | core/ |
Role ID for authenticated users; should match the 'role' entity ID. |
| RoleInterface::getPermissions | function | core/ |
Returns a list of permissions assigned to the role. |
| RoleInterface::getWeight | function | core/ |
Returns the weight. |
| RoleInterface::grantPermission | function | core/ |
Grant permissions to the role. |
| RoleInterface::hasPermission | function | core/ |
Checks if the role has a permission. |
| RoleInterface::isAdmin | function | core/ |
Indicates that a role has all available permissions. |
| RoleInterface::revokePermission | function | core/ |
Revokes a permissions from the user role. |
| RoleInterface::setIsAdmin | function | core/ |
Sets the role to be an admin role. |
| RoleInterface::setWeight | function | core/ |
Sets the weight to the given value. |
| RoleJsonAnonTest | class | core/ |
Tests Role Json Anon. |
| RoleJsonAnonTest.php | file | core/ |
|
| RoleJsonAnonTest::$defaultTheme | property | core/ |
|
| RoleJsonAnonTest::$format | property | core/ |
|
| RoleJsonAnonTest::$mimeType | property | core/ |
|
| RoleJsonBasicAuthTest | class | core/ |
Tests Role Json Basic Auth. |
| RoleJsonBasicAuthTest.php | file | core/ |
|
| RoleJsonBasicAuthTest::$auth | property | core/ |
|
| RoleJsonBasicAuthTest::$defaultTheme | property | core/ |
|
| RoleJsonBasicAuthTest::$format | property | core/ |
Pagination
- Previous page
- Page 1385
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.