Search for user

  1. Search 7.x for user
  2. Search 9.5.x for user
  3. Search 10.3.x for user
  4. Search 11.x for user
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
User class core/modules/user/src/Entity/User.php Defines the user entity class.
User class core/modules/user/src/Plugin/views/argument_validator/User.php Validate whether an argument is a valid user.
User class core/modules/user/src/Plugin/views/argument_default/User.php Default argument plugin to extract a user from request.
User class core/modules/user/src/Plugin/migrate/source/d6/User.php Drupal 6 user source from database.
User class core/modules/user/src/Plugin/migrate/source/d7/User.php Drupal 7 user source from database.
User class core/modules/user/src/Plugin/migrate/User.php Plugin class for Drupal 7 user migrations dealing with fields and profiles.

All search results

Title Object type File name Summary
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::$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::setUp function core/modules/user/tests/src/Functional/UserPermissionsTest.php
UserPermissionsTest::testAccessContentPermission function core/modules/user/tests/src/Functional/UserPermissionsTest.php Verify 'access content' is listed in the correct location.
UserPermissionsTest::testAdministratorRole function core/modules/user/tests/src/Functional/UserPermissionsTest.php Test assigning of permissions for the administrator role.
UserPermissionsTest::testUserPermissionChanges function core/modules/user/tests/src/Functional/UserPermissionsTest.php Test changing user permissions through the permissions page.
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.
UserPictureInstance class core/modules/user/src/Plugin/migrate/source/UserPictureInstance.php User picture field instance source.
UserPictureInstance.php file core/modules/user/src/Plugin/migrate/source/UserPictureInstance.php
UserPictureInstance::fields function core/modules/user/src/Plugin/migrate/source/UserPictureInstance.php Returns available fields on the source.
UserPictureInstance::getIds function core/modules/user/src/Plugin/migrate/source/UserPictureInstance.php Defines the source fields uniquely identifying a source row.
UserPictureInstance::initializeIterator function core/modules/user/src/Plugin/migrate/source/UserPictureInstance.php Initializes the iterator with the source data.
UserPictureInstanceTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php Tests the user_picture_instance source plugin.
UserPictureInstanceTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php
UserPictureInstanceTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php Modules to enable.
UserPictureInstanceTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php The data provider.
UserPictureTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php Tests the d6_user_picture source plugin.
UserPictureTest class core/modules/user/tests/src/Functional/UserPictureTest.php Tests user picture functionality.
UserPictureTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php
UserPictureTest.php file core/modules/user/tests/src/Functional/UserPictureTest.php
UserPictureTest::$defaultTheme property core/modules/user/tests/src/Functional/UserPictureTest.php The theme to install as the default for testing.
UserPictureTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php Modules to enable.
UserPictureTest::$profile property core/modules/user/tests/src/Functional/UserPictureTest.php The profile to install as a basis for testing.
UserPictureTest::$webUser property core/modules/user/tests/src/Functional/UserPictureTest.php A regular user.
UserPictureTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php The data provider.
UserPictureTest::saveUserPicture function core/modules/user/tests/src/Functional/UserPictureTest.php Edits the user picture for the test user.
UserPictureTest::setUp function core/modules/user/tests/src/Functional/UserPictureTest.php
UserPictureTest::testCreateDeletePicture function core/modules/user/tests/src/Functional/UserPictureTest.php Tests creation, display, and deletion of user pictures.
UserPictureTest::testPictureOnNodeComment function core/modules/user/tests/src/Functional/UserPictureTest.php Tests embedded users on node pages.
UserPictureTest::testUserViewAlter function core/modules/user/tests/src/Functional/UserPictureTest.php Tests user picture field with a non-standard field formatter.

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