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 |
---|---|---|---|
PermissionsPerBundleDeriver::__construct | function | core/ |
|
PermissionsPerBundleTest | class | core/ |
@covers \Drupal\Core\Config\Action\Plugin\ConfigAction\PermissionsPerBundle @covers \Drupal\Core\Config\Action\Plugin\ConfigAction\Deriver\PermissionsPerBundleDeriver |
PermissionsPerBundleTest.php | file | core/ |
|
PermissionsPerBundleTest::$modules | property | core/ |
Modules to install. |
PermissionsPerBundleTest::applyRecipeFromString | function | core/ |
Given a string of `recipe.yml` contents, applies it to the site. |
PermissionsPerBundleTest::setUp | function | core/ |
|
PermissionsPerBundleTest::testActionIsOnlyAvailableToUserRoles | function | core/ |
Tests that the permissions-per-bundle action can only be applied to roles. |
PermissionsPerBundleTest::testGrantPermissionsOnOneBundleThenAll | function | core/ |
Tests granting permissions for one bundle, then all of them. |
PermissionsPerBundleTest::testGrantPermissionsPerBundle | function | core/ |
Tests granting multiple bundle-specific permissions. |
PermissionsPerBundleTest::testGrantPermissionsToAllBundlesExceptSome | function | core/ |
Tests granting permissions for all bundles except certain ones. |
PermissionsPerBundleTest::testInvalidValue | function | core/ |
Tests that there is an exception if the permission templates are invalid. |
PermissionsTest | class | core/ |
@group system |
PermissionsTest | class | core/ |
@coversDefaultClass \Drupal\user\Plugin\views\field\Permissions @group user |
PermissionsTest.php | file | core/ |
|
PermissionsTest.php | file | core/ |
|
PermissionsTest::$modules | property | core/ |
Modules to install. |
PermissionsTest::setUp | function | core/ |
|
PermissionsTest::testAccessContentPermission | function | core/ |
Tests the 'access content' permission is provided by the System module. |
PermissionsTest::testPreRenderNullEntity | function | core/ |
Tests the preRender method when getEntity returns NULL. |
RebuildPermissionsForm | class | core/ |
Form for rebuilding permissions. |
RebuildPermissionsForm.php | file | core/ |
|
RebuildPermissionsForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
RebuildPermissionsForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
RebuildPermissionsForm::getDescription | function | core/ |
Returns additional text to display as a description. |
RebuildPermissionsForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
RebuildPermissionsForm::getQuestion | function | core/ |
Returns the question to ask the user. |
RebuildPermissionsForm::submitForm | function | core/ |
Form submission handler. |
RefinableCalculatedPermissions | class | core/ |
Represents a calculated set of permissions with cacheable metadata. |
RefinableCalculatedPermissions.php | file | core/ |
|
RefinableCalculatedPermissions::addItem | function | core/ |
Adds a calculated permission item. |
RefinableCalculatedPermissions::merge | function | core/ |
Merge another calculated permissions object into this one. |
RefinableCalculatedPermissions::mergeItems | function | core/ |
Merges two items of identical scope and identifier. |
RefinableCalculatedPermissions::removeItem | function | core/ |
Removes a single calculated permission item from a given scope. |
RefinableCalculatedPermissions::removeItems | function | core/ |
Removes all of the calculated permission items, regardless of scope. |
RefinableCalculatedPermissions::removeItemsByScope | function | core/ |
Removes all of the calculated permission items for the given scope. |
RefinableCalculatedPermissionsInterface | interface | core/ |
Defines the refinable calculated permissions interface. |
RefinableCalculatedPermissionsInterface.php | file | core/ |
|
RefinableCalculatedPermissionsInterface::addItem | function | core/ |
Adds a calculated permission item. |
RefinableCalculatedPermissionsInterface::merge | function | core/ |
Merge another calculated permissions object into this one. |
RefinableCalculatedPermissionsInterface::removeItem | function | core/ |
Removes a single calculated permission item from a given scope. |
RefinableCalculatedPermissionsInterface::removeItems | function | core/ |
Removes all of the calculated permission items, regardless of scope. |
RefinableCalculatedPermissionsInterface::removeItemsByScope | function | core/ |
Removes all of the calculated permission items for the given scope. |
RefinableCalculatedPermissionsTest | class | core/ |
Tests the RefinableCalculatedPermissions class. |
RefinableCalculatedPermissionsTest.php | file | core/ |
|
RefinableCalculatedPermissionsTest::testAddItem | function | core/ |
Tests the addition of a calculated permissions item. |
RefinableCalculatedPermissionsTest::testAddItemOverwrite | function | core/ |
Tests the overwriting of a calculated permissions item. |
RefinableCalculatedPermissionsTest::testMerge | function | core/ |
Tests merging in another CalculatedPermissions object. |
RefinableCalculatedPermissionsTest::testRemoveItem | function | core/ |
Tests the removal of a calculated permissions item. |
RefinableCalculatedPermissionsTest::testRemoveItems | function | core/ |
Tests the removal of all calculated permissions items. |
RefinableCalculatedPermissionsTest::testRemoveItemsByScope | function | core/ |
Tests the removal of calculated permissions items by scope. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.