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
Title Object type File name Summary
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.
UserResourceTestBase::$labelFieldName property core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Optionally specify which field is the 'label' field. Some entities specify
a 'label_callback', but not a 'label' entity key. For example: User.
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.
UserStorageSchema::getSharedTableFieldSchema function core/modules/user/src/UserStorageSchema.php Gets the schema for a single field definition.
UserTest::$labelFieldName property core/modules/jsonapi/tests/src/Functional/UserTest.php Specify which field is the 'label' field for testing a POST edge case.
UserTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/UserTest.php The fields that are protected against modification during PATCH requests.
UserTest::testGetMailFieldOnlyVisibleToOwner function core/modules/jsonapi/tests/src/Functional/UserTest.php Tests GETting privacy-sensitive base fields.
UserTest::testPatchDxForSecuritySensitiveBaseFields function core/modules/jsonapi/tests/src/Functional/UserTest.php Tests PATCHing security-sensitive base fields of the logged in account.
UserViewsFieldAccessTest class core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php Tests base field access in Views for the user entity.
UserViewsFieldAccessTest.php file core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php
UserViewsFieldAccessTest::$modules property core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php Modules to enable.
UserViewsFieldAccessTest::setUp function core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php
UserViewsFieldAccessTest::testUserFields function core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php
UserXmlAnonTest::testPatchDxForSecuritySensitiveBaseFields function core/modules/user/tests/src/Functional/Rest/UserXmlAnonTest.php Tests PATCHing security-sensitive base fields of the logged in account.
UserXmlBasicAuthTest::testPatchDxForSecuritySensitiveBaseFields function core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php Tests PATCHing security-sensitive base fields of the logged in account.
UserXmlCookieTest::testPatchDxForSecuritySensitiveBaseFields function core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php Tests PATCHing security-sensitive base fields of the logged in account.
user_access_test_entity_field_access function core/modules/user/tests/modules/user_access_test/user_access_test.module Implements hook_entity_field_access().
user_entity_extra_field_info function core/modules/user/user.module Implements hook_entity_extra_field_info().
user_picture_field.yml file core/modules/user/migrations/user_picture_field.yml core/modules/user/migrations/user_picture_field.yml
user_picture_field_instance.yml file core/modules/user/migrations/user_picture_field_instance.yml core/modules/user/migrations/user_picture_field_instance.yml
user_profile_field.yml file core/modules/user/migrations/user_profile_field.yml core/modules/user/migrations/user_profile_field.yml
user_profile_field_instance.yml file core/modules/user/migrations/user_profile_field_instance.yml core/modules/user/migrations/user_profile_field_instance.yml
Variable::fields function core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php Returns available fields on the source.
VariableMultiRow::fields function core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php Returns available fields on the source.
VariableTranslation::fields function core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php Returns available fields on the source.
VariableTranslation::fields function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php Returns available fields on the source.
ViewMode::fields function core/modules/field/src/Plugin/migrate/source/d7/ViewMode.php Returns available fields on the source.
ViewMode::fields function core/modules/node/src/Plugin/migrate/source/d6/ViewMode.php Returns available fields on the source.
Views field handler plugins group core/modules/views/src/Plugin/views/field/FieldPluginBase.php Handler plugins for Views fields.
views-view-field.html.twig file core/modules/views/tests/themes/views_test_theme/templates/views-view-field.html.twig Theme override to display all the fields in a views row.
views-view-field.html.twig file core/modules/views/templates/views-view-field.html.twig Default theme implementation for a single field in a view.
views-view-field.html.twig file core/themes/stable/templates/views/views-view-field.html.twig Theme override for a single field in a view.
views-view-fields.html.twig file core/themes/stable/templates/views/views-view-fields.html.twig Theme override to display all the fields in a row.

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