Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
UserPermissionsForm::submitForm function core/modules/user/src/Form/UserPermissionsForm.php Form submission handler.
UserPermissionsForm::__construct function core/modules/user/src/Form/UserPermissionsForm.php Constructs a new UserPermissionsForm.
UserPermissionsModuleSpecificForm class core/modules/user/src/Form/UserPermissionsModuleSpecificForm.php Provides the user permissions administration form for one or more module(s).
UserPermissionsModuleSpecificForm.php file core/modules/user/src/Form/UserPermissionsModuleSpecificForm.php
UserPermissionsModuleSpecificForm::$moduleList property core/modules/user/src/Form/UserPermissionsModuleSpecificForm.php The module list.
UserPermissionsModuleSpecificForm::access function core/modules/user/src/Form/UserPermissionsModuleSpecificForm.php Checks that at least one module defines permissions.
UserPermissionsModuleSpecificForm::buildForm function core/modules/user/src/Form/UserPermissionsModuleSpecificForm.php Builds the user permissions administration form for a specific module(s).
UserPermissionsModuleSpecificForm::permissionsByProvider function core/modules/user/src/Form/UserPermissionsModuleSpecificForm.php Group permissions by the modules that provide them.
UserPermissionsRoleSpecificForm class core/modules/user/src/Form/UserPermissionsRoleSpecificForm.php Provides the user permissions administration form for a specific role.
UserPermissionsRoleSpecificForm.php file core/modules/user/src/Form/UserPermissionsRoleSpecificForm.php
UserPermissionsRoleSpecificForm::$userRole property core/modules/user/src/Form/UserPermissionsRoleSpecificForm.php The specific role for this form.
UserPermissionsRoleSpecificForm::buildForm function core/modules/user/src/Form/UserPermissionsRoleSpecificForm.php Builds the user permissions administration form for a specific role.
UserPermissionsRoleSpecificForm::getRoles function core/modules/user/src/Form/UserPermissionsRoleSpecificForm.php Gets the roles to display in this form.
UserPermissionsTest class core/modules/user/tests/src/Functional/UserPermissionsTest.php Verifies role permissions can be added and removed via the permissions page.
UserPermissionsTest class core/modules/user/tests/src/FunctionalJavascript/UserPermissionsTest.php Tests the JS components added to the user permissions page.
UserPermissionsTest.php file core/modules/user/tests/src/FunctionalJavascript/UserPermissionsTest.php
UserPermissionsTest.php file core/modules/user/tests/src/Functional/UserPermissionsTest.php
UserPermissionsTest::$adminUser property core/modules/user/tests/src/Functional/UserPermissionsTest.php User with admin privileges.
UserPermissionsTest::$adminUser property core/modules/user/tests/src/FunctionalJavascript/UserPermissionsTest.php User with admin privileges.
UserPermissionsTest::$defaultTheme property core/modules/user/tests/src/FunctionalJavascript/UserPermissionsTest.php The theme to install as the default for testing.
UserPermissionsTest::$defaultTheme property core/modules/user/tests/src/Functional/UserPermissionsTest.php The theme to install as the default for testing.
UserPermissionsTest::$rid property core/modules/user/tests/src/Functional/UserPermissionsTest.php User's role ID.
UserPermissionsTest::$rid property core/modules/user/tests/src/FunctionalJavascript/UserPermissionsTest.php User's role ID.
UserPermissionsTest::setUp function core/modules/user/tests/src/FunctionalJavascript/UserPermissionsTest.php
UserPermissionsTest::setUp function core/modules/user/tests/src/Functional/UserPermissionsTest.php
UserPermissionsTest::testAccessBundlePermission function core/modules/user/tests/src/Functional/UserPermissionsTest.php Verify that bundle-specific pages work properly.
UserPermissionsTest::testAccessContentPermission function core/modules/user/tests/src/Functional/UserPermissionsTest.php Verify 'access content' is listed in the correct location.
UserPermissionsTest::testAccessModulePermission function core/modules/user/tests/src/Functional/UserPermissionsTest.php Verify that module-specific pages have correct access.
UserPermissionsTest::testAdministratorRole function core/modules/user/tests/src/Functional/UserPermissionsTest.php Tests assigning of permissions for the administrator role.
UserPermissionsTest::testPermissionCheckboxes function core/modules/user/tests/src/FunctionalJavascript/UserPermissionsTest.php Tests the dummy checkboxes added to the permissions page.
UserPermissionsTest::testUserPermissionChanges function core/modules/user/tests/src/Functional/UserPermissionsTest.php Tests changing user permissions through the permissions pages.
UserPermissionsTest::testUserRoleChangePermissions function core/modules/user/tests/src/Functional/UserPermissionsTest.php Verify proper permission changes by user_role_change_permissions().
UserPicture class core/modules/user/src/Plugin/migrate/source/d6/UserPicture.php Drupal 6 user picture source from database.
UserPicture.php file core/modules/user/src/Plugin/migrate/source/d6/UserPicture.php
UserPicture::fields function core/modules/user/src/Plugin/migrate/source/d6/UserPicture.php Returns available fields on the source.
UserPicture::getIds function core/modules/user/src/Plugin/migrate/source/d6/UserPicture.php Defines the source fields uniquely identifying a source row.
UserPicture::query function core/modules/user/src/Plugin/migrate/source/d6/UserPicture.php
UserPictureFile class core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php Drupal 6 user picture source from database.
UserPictureFile.php file core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php
UserPictureFile::$filePath property core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php The file directory path.
UserPictureFile::$tempFilePath property core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php The temporary file path.
UserPictureFile::fields function core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php Returns available fields on the source.
UserPictureFile::getIds function core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php Defines the source fields uniquely identifying a source row.
UserPictureFile::initializeIterator function core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php Initializes the iterator with the source data.
UserPictureFile::prepareRow function core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php Adds additional data to the row.
UserPictureFile::query function core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php
UserPictureFileTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureFileTest.php Tests the d6_user_picture_file source plugin.
UserPictureFileTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureFileTest.php
UserPictureFileTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureFileTest.php Modules to enable.
UserPictureFileTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureFileTest.php The data provider.

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