Search for permissions
- Search 7.x for permissions
- Search 9.5.x for permissions
- Search 8.9.x for permissions
- Search 11.x for permissions
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Permissions | class | core/ |
Defines a class for dynamic permissions based on transitions. |
| Permissions | class | core/ |
Field handler to provide a list of permissions. |
| Permissions | class | core/ |
Filter handler for user roles. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| Permissions::create | function | core/ |
Creates an instance of the plugin. |
| Permissions::create | function | core/ |
Creates an instance of the plugin. |
| Permissions::getValueOptions | function | core/ |
Gets the value options. |
| Permissions::init | function | core/ |
Initialize the plugin. |
| Permissions::preRender | function | core/ |
Runs before any fields are rendered. |
| Permissions::query | function | core/ |
Called to add the field to a query. |
| Permissions::query | function | core/ |
Replace the configured permission with a filter by all roles that have this permission. |
| Permissions::render_item | function | core/ |
Renders a single item of a row. |
| Permissions::transitionPermissions | function | core/ |
Returns an array of transition permissions. |
| Permissions::__construct | function | core/ |
Constructs a \Drupal\user\Plugin\views\field\Permissions object. |
| Permissions::__construct | function | core/ |
Constructs a Permissions object. |
| PermissionsHashGenerator | class | core/ |
Generates and caches the permissions hash for a user. |
| PermissionsHashGenerator.php | file | core/ |
|
| PermissionsHashGenerator::$privateKey | property | core/ |
The private key service. |
| PermissionsHashGenerator::$processor | property | core/ |
The access policy processor. |
| PermissionsHashGenerator::$static | property | core/ |
The cache backend interface to use for the static cache. |
| PermissionsHashGenerator::doGenerate | function | core/ |
Generates a hash that uniquely identifies the user's permissions. |
| PermissionsHashGenerator::generate | function | core/ |
Generates a hash that uniquely identifies a user's permissions. |
| PermissionsHashGenerator::getCacheableMetadata | function | core/ |
Gets the cacheability metadata for the generated hash. |
| PermissionsHashGenerator::hash | function | core/ |
Hashes the given string. |
| PermissionsHashGenerator::__construct | function | core/ |
Constructs a PermissionsHashGenerator object. |
| PermissionsHashGeneratorInterface | interface | core/ |
Defines the user permissions hash generator interface. |
| PermissionsHashGeneratorInterface.php | file | core/ |
|
| PermissionsHashGeneratorInterface::generate | function | core/ |
Generates a hash that uniquely identifies a user's permissions. |
| PermissionsHashGeneratorInterface::getCacheableMetadata | function | core/ |
Gets the cacheability metadata for the generated hash. |
| PermissionsHashGeneratorTest | class | core/ |
@coversDefaultClass \Drupal\Core\Session\PermissionsHashGenerator[[api-linebreak]] @group Session |
| PermissionsHashGeneratorTest.php | file | core/ |
|
| PermissionsHashGeneratorTest::$account1 | property | core/ |
The mocked user 1 account. |
| PermissionsHashGeneratorTest::$account2 | property | core/ |
The mocked user 2 account. |
| PermissionsHashGeneratorTest::$permissionsHash | property | core/ |
The permission hash class being tested. |
| PermissionsHashGeneratorTest::$processor | property | core/ |
The mocked access policy processor. |
| PermissionsHashGeneratorTest::$staticCache | property | core/ |
The mocked cache backend. |
| PermissionsHashGeneratorTest::setUp | function | core/ |
|
| PermissionsHashGeneratorTest::testGenerateAdmin | function | core/ |
Tests the generate method for admin users. |
| PermissionsHashGeneratorTest::testGenerateCache | function | core/ |
Tests the generate method's caching. |
| PermissionsHashGeneratorTest::testGenerateNoAccessPolicies | function | core/ |
Tests the generate method with no access policies. |
| PermissionsHashGeneratorTest::testGenerateRegular | function | core/ |
Tests the generate method for regular accounts. |
| PermissionsPerBundle | class | core/ |
@internal This API is experimental. |
| PermissionsPerBundle.php | file | core/ |
|
| PermissionsPerBundle::apply | function | core/ |
Applies the config action. |
| PermissionsPerBundle::create | function | core/ |
Creates an instance of the plugin. |
| PermissionsPerBundle::parseValue | function | core/ |
Parses the value supplied to ::apply(). |
| PermissionsPerBundle::__construct | function | core/ |
|
| PermissionsPerBundleDeriver | class | core/ |
@internal This API is experimental. |
| PermissionsPerBundleDeriver.php | file | core/ |
|
| PermissionsPerBundleDeriver::create | function | core/ |
Creates a new class instance. |
| PermissionsPerBundleDeriver::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| PermissionsPerBundleDeriver::__construct | function | core/ |
|
| PermissionsPerBundleTest | class | core/ |
@covers \Drupal\Core\Config\Action\Plugin\ConfigAction\PermissionsPerBundle[[api-linebreak]] @covers \Drupal\Core\Config\Action\Plugin\ConfigAction\Deriver\PermissionsPerBundleDeriver[[api-linebreak]] |
| PermissionsPerBundleTest.php | file | core/ |
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.