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
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.
UserFieldHooks class core/modules/user/src/Hook/UserFieldHooks.php Field and Field UI hook implementations for User module.
UserFieldHooks.php file core/modules/user/src/Hook/UserFieldHooks.php
UserFieldHooks::preConfiguredDescription function core/modules/user/src/Hook/UserFieldHooks.php Implements hook_field_ui_preconfigured_options_alter().
UserFieldHooks::__construct function core/modules/user/src/Hook/UserFieldHooks.php
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.
UserFieldValueTest class core/modules/user/tests/src/Kernel/UserFieldValueTest.php Tests fast scalar field access on the user entity.
UserFieldValueTest.php file core/modules/user/tests/src/Kernel/UserFieldValueTest.php
UserFieldValueTest::$modules property core/modules/user/tests/src/Kernel/UserFieldValueTest.php Modules to install.
UserFieldValueTest::createUserEntity function core/modules/user/tests/src/Kernel/UserFieldValueTest.php Creates and saves a user entity for field-value tests.
UserFieldValueTest::setUp function core/modules/user/tests/src/Kernel/UserFieldValueTest.php
UserFieldValueTest::testFastPathFallsBackToInitializedFieldObjects function core/modules/user/tests/src/Kernel/UserFieldValueTest.php Tests that the fast path falls back to initialized field objects.
UserFieldValueTest::testFastPathHandlesMissingRawValues function core/modules/user/tests/src/Kernel/UserFieldValueTest.php Tests that missing raw values still match the regular field API.
UserFieldValueTest::testFastPathMatchesTypedDataOnLoadedEntity function core/modules/user/tests/src/Kernel/UserFieldValueTest.php Tests that fast scalar access matches typed data without field init.
UserFieldValueTest::testMemoryProfile function core/modules/user/tests/src/Kernel/UserFieldValueTest.php Profiles memory usage of getFieldValue() vs typed data field access.
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.

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