| Update::fields |
function |
core/lib/Drupal/Core/Database/Query/Update.php |
Adds a set of field->value pairs to be updated. |
| Upload::fields |
function |
core/modules/file/src/Plugin/migrate/source/d6/Upload.php |
Returns available fields on the source. |
| UploadInstance::fields |
function |
core/modules/file/src/Plugin/migrate/source/d6/UploadInstance.php |
Returns available fields on the source. |
| UriItemTest::$field |
property |
core/modules/field/tests/src/Kernel/Uri/UriItemTest.php |
The field used in this test class. |
| UriItemTest::$fieldStorage |
property |
core/modules/field/tests/src/Kernel/Uri/UriItemTest.php |
A field to use in this test class. |
| UriItemTest::testUriField |
function |
core/modules/field/tests/src/Kernel/Uri/UriItemTest.php |
Tests URI field. |
| UrlAlias::fields |
function |
core/modules/path/src/Plugin/migrate/source/d6/UrlAlias.php |
Returns available fields on the source. |
| UrlAlias::fields |
function |
core/modules/path/src/Plugin/migrate/source/d7/UrlAlias.php |
Returns available fields on the source. |
| UrlAliasBase::fields |
function |
core/modules/path/src/Plugin/migrate/source/UrlAliasBase.php |
Returns available fields on the source. |
| User::baseFieldDefinitions |
function |
core/modules/user/src/Entity/User.php |
Provides base field definitions for an entity type. |
| User::baseFields |
function |
core/modules/user/src/Plugin/migrate/source/d6/User.php |
Returns the user base fields to be migrated. |
| User::fields |
function |
core/modules/user/src/Plugin/migrate/source/d6/User.php |
Returns available fields on the source. |
| User::fields |
function |
core/modules/user/src/Plugin/migrate/source/d7/User.php |
Returns available fields on the source. |
| UserAccessControlHandler::checkFieldAccess |
function |
core/modules/user/src/UserAccessControlHandler.php |
Default field access as determined by this access control handler. |
| UserAccessControlHandlerTest::adminFieldAccessProvider |
function |
core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php |
Provides test data for testAdminFieldAccess(). |
| UserAccessControlHandlerTest::assertFieldAccess |
function |
core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php |
Asserts correct field access grants for a field. |
| UserAccessControlHandlerTest::NonExistingFieldAccessProvider |
function |
core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php |
Provides test data for testNonExistingFieldAccess(). |
| UserAccessControlHandlerTest::testAdminFieldAccess |
function |
core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php |
Tests that private user settings cannot be viewed by other users. |
| UserAccessControlHandlerTest::testNonExistingFieldAccess |
function |
core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php |
Tests access to a non-existing base field. |
| UserAccountFormFieldsTest |
class |
core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php |
Verifies the field order in user account forms. |
| UserAccountFormFieldsTest.php |
file |
core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php |
|
| UserAccountFormFieldsTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php |
Modules to install. |
| UserAccountFormFieldsTest::$user |
property |
core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php |
|
| UserAccountFormFieldsTest::assertFieldOrder |
function |
core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php |
Asserts that the 'name' form element is directly before the 'pass' element. |
| UserAccountFormFieldsTest::buildAccountForm |
function |
core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php |
Builds the user account form for a given operation. |
| UserAccountFormFieldsTest::testInstallConfigureForm |
function |
core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php |
Tests the root user account form section in the "Configure site" form. |
| UserAccountFormFieldsTest::testUserEditForm |
function |
core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php |
Tests the user edit form. |
| UserAccountFormFieldsTest::testUserRegistrationForm |
function |
core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php |
Tests the user registration form. |
| UserChangedTest::testChangedField |
function |
core/modules/user/tests/src/Functional/Views/UserChangedTest.php |
Tests changed field. |
| UserData::fields |
function |
core/modules/user/src/Plugin/migrate/destination/UserData.php |
Returns an array of destination fields. |
| UserDataTest::testDataField |
function |
core/modules/user/tests/src/Kernel/Views/UserDataTest.php |
Tests field handler. |
| UserEditTest::testUserMailFieldAccess |
function |
core/modules/user/tests/src/Functional/UserEditTest.php |
Tests the account form implements entity field access for mail. |
| UserEntityTranslation::fields |
function |
core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php |
Returns available fields on the source. |
| UserFieldsAccessChangeTest |
class |
core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php |
Checks changing entity and field access. |
| UserFieldsAccessChangeTest.php |
file |
core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php |
|
| UserFieldsAccessChangeTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php |
The theme to install as the default for testing. |
| UserFieldsAccessChangeTest::$modules |
property |
core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php |
Modules to install. |
| UserFieldsAccessChangeTest::$testViews |
property |
core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php |
Views used by this test. |
| UserFieldsAccessChangeTest::testUserFieldAccess |
function |
core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php |
Tests if another module can change field access. |
| UserFieldsAccessChangeTest::testUserNameLink |
function |
core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php |
Test user name link. |
| UserFieldsTest |
class |
core/modules/user/tests/src/Kernel/UserFieldsTest.php |
Tests available user fields in twig. |
| UserFieldsTest.php |
file |
core/modules/user/tests/src/Kernel/UserFieldsTest.php |
|
| UserFieldsTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserFieldsTest.php |
Modules to install. |
| UserFieldsTest::setUp |
function |
core/modules/user/tests/src/Kernel/UserFieldsTest.php |
|
| UserFieldsTest::testUserFields |
function |
core/modules/user/tests/src/Kernel/UserFieldsTest.php |
Tests account's available fields. |
| UserNameFormatterTest::$fieldName |
property |
core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php |
|
| UserNameFormatterTest::renderEntityFields |
function |
core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php |
Renders fields of a given entity with a given display. |
| UserPicture::fields |
function |
core/modules/user/src/Plugin/migrate/source/d6/UserPicture.php |
Returns available fields on the source. |
| UserPictureFile::fields |
function |
core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php |
Returns available fields on the source. |
| UserPictureInstance::fields |
function |
core/modules/user/src/Plugin/migrate/source/UserPictureInstance.php |
Returns available fields on the source. |