Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Role::isAdmin | function | core/ |
Indicates that a role has all available permissions. |
| Role::postLoad | function | core/ |
Acts on loaded entities. |
| Role::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
| Role::revokePermission | function | core/ |
Revokes a permissions from the user role. |
| Role::setIsAdmin | function | core/ |
Sets the role to be an admin role. |
| Role::setWeight | function | core/ |
Sets the weight to the given value. |
| Role::summaryTitle | function | core/ |
Returns the summary of the settings in the display. |
| Role::validateOptionsForm | function | core/ |
Validate the options form. |
| Role::__construct | function | core/ |
Constructs a Role object. |
| 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/ |
Performs access checks. |
| 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/ |
Instantiates a new instance of this class. |
| 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/ |
Modules to install. |
| 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::save | function | core/ |
Form submission handler for the 'save' action. |
| RoleInterface::ANONYMOUS_ID | constant | core/ |
Role ID for anonymous users; should match the 'role' entity ID. |
| RoleInterface::getPermissions | function | core/ |
Returns a list of permissions assigned to the role. |
| 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/ |
The theme to install as the default for testing. |
| RoleJsonAnonTest::$format | property | core/ |
The format to use in this test. |
| RoleJsonAnonTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| RoleJsonBasicAuthTest | class | core/ |
Tests Role Json Basic Auth. |
| RoleJsonBasicAuthTest.php | file | core/ |
|
| RoleJsonBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
Pagination
- Previous page
- Page 1187
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.