Search for Field

  1. Search 7.x for Field
  2. Search 9.5.x for Field
  3. Search 10.3.x for Field
  4. Search 11.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/views/src/Plugin/views/field/Field.php A stub class to provide backward compatibility for EntityField.
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
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 that the field order in user account forms is compatible with
password managers of web browsers.
UserAccountFormFieldsTest.php file core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php
UserAccountFormFieldsTest::$modules property core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php Modules to enable.
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.
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 enable.
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 Tests the user name formatter shows a link to the user when there is
access but not otherwise.
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 enable.
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.
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.

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