Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Role::fields | function | core/ |
Returns available fields on the source. |
| Role::fields | function | core/ |
Returns available fields on the source. |
| Role::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| Role::getCacheTags | function | core/ |
The cache tags associated with this object. |
| Role::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| Role::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| Role::getPermissions | function | core/ |
Returns a list of permissions assigned to the role. |
| Role::grantPermission | function | core/ |
#[ActionMethod(adminLabel: new TranslatableMarkup('Add permission to role'))] |
| Role::hasPermission | function | core/ |
Checks if the role has a permission. |
| 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/ |
@coversDefaultClass \Drupal\user\Access\RoleAccessCheck[[api-linebreak]] @group Access @group Route |
| 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. |
| 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/ |
@group rest |
| 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/ |
@group rest |
| RoleJsonBasicAuthTest.php | file | core/ |
|
| RoleJsonBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| RoleJsonBasicAuthTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| RoleJsonBasicAuthTest::$format | property | core/ |
The format to use in this test. |
| RoleJsonBasicAuthTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| RoleJsonBasicAuthTest::$modules | property | core/ |
Modules to install. |
Pagination
- Previous page
- Page 1095
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.