| UserData::$connection |
property |
core/modules/user/src/UserData.php |
The database connection to use. |
| UserData::$moduleHandler |
property |
core/modules/user/src/Plugin/views/field/UserData.php |
The module handler. |
| UserData::$userData |
property |
core/modules/user/src/Plugin/views/field/UserData.php |
Provides the user data service object. |
| UserData::$userData |
property |
core/modules/user/src/Plugin/migrate/destination/UserData.php |
|
| UserData::buildOptionsForm |
function |
core/modules/user/src/Plugin/views/field/UserData.php |
Default option form that provides label widget that all fields should have. |
| UserData::create |
function |
core/modules/user/src/Plugin/migrate/destination/UserData.php |
Instantiates a new instance of the implementing class using autowiring. |
| UserData::defineOptions |
function |
core/modules/user/src/Plugin/views/field/UserData.php |
Information about options for all kinds of purposes will be held here. |
| UserData::delete |
function |
core/modules/user/src/UserData.php |
Deletes data stored for a user account. |
| UserData::fields |
function |
core/modules/user/src/Plugin/migrate/destination/UserData.php |
Returns an array of destination fields. |
| UserData::get |
function |
core/modules/user/src/UserData.php |
Returns data stored for a user account. |
| UserData::getIds |
function |
core/modules/user/src/Plugin/migrate/destination/UserData.php |
Gets the destination IDs. |
| UserData::import |
function |
core/modules/user/src/Plugin/migrate/destination/UserData.php |
Import the row. |
| UserData::render |
function |
core/modules/user/src/Plugin/views/field/UserData.php |
Renders the field. |
| UserData::set |
function |
core/modules/user/src/UserData.php |
Stores data for a user account. |
| UserData::__construct |
function |
core/modules/user/src/Plugin/migrate/destination/UserData.php |
Builds a user data entity destination. |
| UserData::__construct |
function |
core/modules/user/src/UserData.php |
Constructs a new user data service. |
| UserData::__construct |
function |
core/modules/user/src/Plugin/views/field/UserData.php |
Constructs a UserData object. |
| UserDataInterface |
interface |
core/modules/user/src/UserDataInterface.php |
Defines the user data service interface. |
| UserDataInterface.php |
file |
core/modules/user/src/UserDataInterface.php |
|
| UserDataInterface::delete |
function |
core/modules/user/src/UserDataInterface.php |
Deletes data stored for a user account. |
| UserDataInterface::get |
function |
core/modules/user/src/UserDataInterface.php |
Returns data stored for a user account. |
| UserDataInterface::set |
function |
core/modules/user/src/UserDataInterface.php |
Stores data for a user account. |
| UserDataTest |
class |
core/modules/user/tests/src/Kernel/Views/UserDataTest.php |
Tests the user data service field handler. |
| UserDataTest.php |
file |
core/modules/user/tests/src/Kernel/Views/UserDataTest.php |
|
| UserDataTest::$modules |
property |
core/modules/user/tests/src/Kernel/Views/UserDataTest.php |
Modules to install. |
| UserDataTest::$testViews |
property |
core/modules/user/tests/src/Kernel/Views/UserDataTest.php |
Views to be enabled. |
| UserDataTest::testDataField |
function |
core/modules/user/tests/src/Kernel/Views/UserDataTest.php |
Tests field handler. |
| UserDeleteTest |
class |
core/modules/user/tests/src/Kernel/UserDeleteTest.php |
Tests deleting of user accounts. |
| UserDeleteTest.php |
file |
core/modules/user/tests/src/Kernel/UserDeleteTest.php |
|
| UserDeleteTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserDeleteTest.php |
Modules to install. |
| UserDeleteTest::testUserDeleteMultiple |
function |
core/modules/user/tests/src/Kernel/UserDeleteTest.php |
Tests deleting multiple users. |
| UserEditedOwnAccountTest |
class |
core/modules/user/tests/src/Functional/UserEditedOwnAccountTest.php |
Tests user edited own account can still log in. |
| UserEditedOwnAccountTest.php |
file |
core/modules/user/tests/src/Functional/UserEditedOwnAccountTest.php |
|
| UserEditedOwnAccountTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserEditedOwnAccountTest.php |
The theme to install as the default for testing. |
| UserEditedOwnAccountTest::testUserEditedOwnAccount |
function |
core/modules/user/tests/src/Functional/UserEditedOwnAccountTest.php |
Tests that a user who edits their own account can still log in. |
| UserEditTest |
class |
core/modules/user/tests/src/Functional/UserEditTest.php |
Tests user edit page. |
| UserEditTest.php |
file |
core/modules/user/tests/src/Functional/UserEditTest.php |
|
| UserEditTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserEditTest.php |
The theme to install as the default for testing. |
| UserEditTest::testAdminSelfBlocking |
function |
core/modules/user/tests/src/Functional/UserEditTest.php |
Tests that an admin cannot edit their own account status. |
| UserEditTest::testRolesValidation |
function |
core/modules/user/tests/src/Functional/UserEditTest.php |
Tests constraint violations are triggered on the user account form. |
| UserEditTest::testUserChangeSiteLanguage |
function |
core/modules/user/tests/src/Functional/UserEditTest.php |
Tests that a user is able to change site language. |
| UserEditTest::testUserEdit |
function |
core/modules/user/tests/src/Functional/UserEditTest.php |
Tests user edit page. |
| UserEditTest::testUserMailFieldAccess |
function |
core/modules/user/tests/src/Functional/UserEditTest.php |
Tests the account form implements entity field access for mail. |
| UserEditTest::testUserWellKnownChangePasswordAnon |
function |
core/modules/user/tests/src/Functional/UserEditTest.php |
Tests well known change password route returns 403 to anonymous user. |
| UserEditTest::testUserWellKnownChangePasswordAuth |
function |
core/modules/user/tests/src/Functional/UserEditTest.php |
Tests well known change password route redirects to user edit form. |
| UserEditTest::testUserWith0Password |
function |
core/modules/user/tests/src/Functional/UserEditTest.php |
Tests setting the password to "0". |
| UserEditTest::testUserWithoutEmailEdit |
function |
core/modules/user/tests/src/Functional/UserEditTest.php |
Tests editing of a user account without an email address. |
| UserEntityLabelTest |
class |
core/modules/user/tests/src/Kernel/UserEntityLabelTest.php |
Tests the label callback. |
| UserEntityLabelTest.php |
file |
core/modules/user/tests/src/Kernel/UserEntityLabelTest.php |
|
| UserEntityLabelTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserEntityLabelTest.php |
Modules to install. |