Search for Field

  1. Search 7.x for Field
  2. Search 9.5.x for Field
  3. Search 8.9.x for Field
  4. Search 10.3.x for Field
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Field class core/modules/field/src/Plugin/migrate/source/d6/Field.php Drupal 6 field source from database.
Field class core/modules/field/src/Plugin/migrate/source/d7/Field.php Drupal 7 field source from database.

All search results

Title Object type File name Summary
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.
UserAccessTestHooks::entityFieldAccess function core/modules/user/tests/modules/user_access_test/src/Hook/UserAccessTestHooks.php Implements hook_entity_field_access().
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.
UserFormTestHooks::entityBaseFieldInfoAlter function core/modules/user/tests/modules/user_form_test/src/Hook/UserFormTestHooks.php Implements hook_entity_base_field_info_alter().
UserHooks::entityExtraFieldInfo function core/modules/user/src/Hook/UserHooks.php Implements hook_entity_extra_field_info().
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.
UserReference::getFieldFormatterMap function core/modules/migrate_drupal/src/Plugin/migrate/field/d7/UserReference.php Get a map between D6 formatters and D8 formatters for this field type.
UserRegistrationTest::assertRegistrationFormCacheTagsWithUserFields function core/modules/user/tests/src/Functional/UserRegistrationTest.php Asserts the presence of cache tags on registration form with user fields.
UserRegistrationTest::testRegistrationWithUserFields function core/modules/user/tests/src/Functional/UserRegistrationTest.php Tests Field API fields on user registration forms.
UserRegistrationTest::testUniqueFields function core/modules/user/tests/src/Functional/UserRegistrationTest.php Tests username and email field constraints on user registration.
UserResourceTestBase::$labelFieldName property core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Optionally specify which field is the 'label' field.
UserResourceTestBase::$patchProtectedFieldNames property core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php The fields that are protected against modification during PATCH requests.
UserResourceTestBase::testPatchDxForSecuritySensitiveBaseFields function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Tests PATCHing security-sensitive base fields of the logged in account.
UserStorage::doSaveFieldItems function core/modules/user/src/UserStorage.php Writes entity field values to the storage.

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