Search for permissions

  1. Search 7.x for permissions
  2. Search 8.9.x for permissions
  3. Search 10.3.x for permissions
  4. Search 11.x for permissions
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Permissions class core/modules/content_moderation/src/Permissions.php Defines a class for dynamic permissions based on transitions.
Permissions class core/modules/user/src/Plugin/views/field/Permissions.php Field handler to provide a list of permissions.
Permissions class core/modules/user/src/Plugin/views/filter/Permissions.php Filter handler for user roles.

All search results

Title Object type File name Summary
ContentTranslationPermissions::buildBundlePermission function core/modules/content_translation/src/ContentTranslationPermissions.php Builds a content translation permission array for a bundle.
ContentTranslationPermissions::contentPermissions function core/modules/content_translation/src/ContentTranslationPermissions.php Returns an array of content translation permissions.
ContentTranslationPermissions::create function core/modules/content_translation/src/ContentTranslationPermissions.php Instantiates a new instance of this class.
ContentTranslationPermissions::__construct function core/modules/content_translation/src/ContentTranslationPermissions.php Constructs a ContentTranslationPermissions instance.
ContentTranslationPermissionsTest class core/modules/content_translation/tests/src/Kernel/ContentTranslationPermissionsTest.php Tests the content translation dynamic permissions.
ContentTranslationPermissionsTest.php file core/modules/content_translation/tests/src/Kernel/ContentTranslationPermissionsTest.php
ContentTranslationPermissionsTest::$modules property core/modules/content_translation/tests/src/Kernel/ContentTranslationPermissionsTest.php Modules to enable.
ContentTranslationPermissionsTest::setUp function core/modules/content_translation/tests/src/Kernel/ContentTranslationPermissionsTest.php
ContentTranslationPermissionsTest::testPermissions function core/modules/content_translation/tests/src/Kernel/ContentTranslationPermissionsTest.php Tests that enabling translation via the API triggers schema updates.
ContentTranslationSyncImageTest::getEditorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php Returns an array of permissions needed for the editor.
ContentTranslationTestBase::getAdministratorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php Returns an array of permissions needed for the administrator.
ContentTranslationTestBase::getEditorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php Returns an array of permissions needed for the editor.
ContentTranslationTestBase::getTranslatorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php Returns an array of permissions needed for the translator.
ContentTranslationWorkflowsTest::getEditorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php Returns an array of permissions needed for the editor.
ContentTranslationWorkflowsTest::getEntityOwnerPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php Returns an array of permissions needed for the entity owner.
ContentTranslationWorkflowsTest::getTranslatorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php Returns an array of permissions needed for the translator.
content_moderation.permissions.yml file core/modules/content_moderation/content_moderation.permissions.yml core/modules/content_moderation/content_moderation.permissions.yml
content_translation.permissions.yml file core/modules/content_translation/content_translation.permissions.yml core/modules/content_translation/content_translation.permissions.yml
contextual.permissions.yml file core/modules/contextual/contextual.permissions.yml core/modules/contextual/contextual.permissions.yml
ContextualDynamicContextTest::testDifferentPermissions function core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php Tests contextual links with different permissions.
EditorIntegrationLoadingTest::$basicPermissions property core/modules/quickedit/tests/src/Functional/EditorIntegrationLoadingTest.php The basic permissions necessary to view content and use in-place editing.
EntityPermissionsForm class core/modules/user/src/Form/EntityPermissionsForm.php Provides the permissions administration form for a bundle.
EntityPermissionsForm.php file core/modules/user/src/Form/EntityPermissionsForm.php
EntityPermissionsForm::$bundle property core/modules/user/src/Form/EntityPermissionsForm.php The bundle object.
EntityPermissionsForm::$configManager property core/modules/user/src/Form/EntityPermissionsForm.php The configuration entity manager.
EntityPermissionsForm::$entityTypeManager property core/modules/user/src/Form/EntityPermissionsForm.php The entity type manager service.
EntityPermissionsForm::access function core/modules/user/src/Form/EntityPermissionsForm.php Checks that there are permissions to be managed.
EntityPermissionsForm::buildForm function core/modules/user/src/Form/EntityPermissionsForm.php Builds the user permissions administration form for a bundle.
EntityPermissionsForm::create function core/modules/user/src/Form/EntityPermissionsForm.php Instantiates a new instance of this class.
EntityPermissionsForm::permissionsByProvider function core/modules/user/src/Form/EntityPermissionsForm.php Group permissions by the modules that provide them.
EntityPermissionsForm::__construct function core/modules/user/src/Form/EntityPermissionsForm.php Constructs a new EntityPermissionsForm.
EntityPermissionsFormTest class core/modules/user/tests/src/Unit/Form/EntityPermissionsFormTest.php Tests the permissions administration form for a bundle.
EntityPermissionsFormTest.php file core/modules/user/tests/src/Unit/Form/EntityPermissionsFormTest.php
EntityPermissionsFormTest::providerTestPermissionsByProvider function core/modules/user/tests/src/Unit/Form/EntityPermissionsFormTest.php Provides data for the testPermissionsByProvider method.
EntityPermissionsFormTest::testPermissionsByProvider function core/modules/user/tests/src/Unit/Form/EntityPermissionsFormTest.php Tests generating the permissions list.
EntityPermissionsRouteProvider class core/modules/user/src/Entity/EntityPermissionsRouteProvider.php Provides routes for the entity permissions form.
EntityPermissionsRouteProvider.php file core/modules/user/src/Entity/EntityPermissionsRouteProvider.php
EntityPermissionsRouteProvider::$entityTypeManager property core/modules/user/src/Entity/EntityPermissionsRouteProvider.php The entity type manager.
EntityPermissionsRouteProvider::createInstance function core/modules/user/src/Entity/EntityPermissionsRouteProvider.php Instantiates a new instance of this entity handler.
EntityPermissionsRouteProvider::getEntityPermissionsRoute function core/modules/user/src/Entity/EntityPermissionsRouteProvider.php Gets the entity permissions route.
EntityPermissionsRouteProvider::getRoutes function core/modules/user/src/Entity/EntityPermissionsRouteProvider.php Provides routes for entities.
EntityPermissionsRouteProvider::__construct function core/modules/user/src/Entity/EntityPermissionsRouteProvider.php Constructs a new EntityPermissionsRouteProvider.
EntityPermissionsRouteProviderWithCheck class core/modules/user/src/Entity/EntityPermissionsRouteProviderWithCheck.php Provides routes for the entity permissions form with a custom access check.
EntityPermissionsRouteProviderWithCheck.php file core/modules/user/src/Entity/EntityPermissionsRouteProviderWithCheck.php
EntityPermissionsRouteProviderWithCheck::getEntityPermissionsRoute function core/modules/user/src/Entity/EntityPermissionsRouteProviderWithCheck.php Gets the entity permissions route.
EntityResource::permissions function core/modules/rest/src/Plugin/rest/resource/EntityResource.php Implements ResourceInterface::permissions().
EntityTestPermissions class core/modules/system/tests/modules/entity_test/src/EntityTestPermissions.php Provides dynamic permissions for entity test.
EntityTestPermissions.php file core/modules/system/tests/modules/entity_test/src/EntityTestPermissions.php
EntityTestPermissions::buildPermissions function core/modules/system/tests/modules/entity_test/src/EntityTestPermissions.php Returns a list of entity test permissions for a given entity test bundle.
EntityTestPermissions::entityTestBundlePermissions function core/modules/system/tests/modules/entity_test/src/EntityTestPermissions.php Returns an array of entity_test_bundle permissions.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.