Search for Field

  1. Search 7.x for Field
  2. Search 8.9.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/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
SelectInterface::escapeField function core/lib/Drupal/Core/Database/Query/SelectInterface.php Escapes a field name string.
SelectInterface::fields function core/lib/Drupal/Core/Database/Query/SelectInterface.php Add multiple fields from the same table to be SELECTed.
SelectInterface::getFields function core/lib/Drupal/Core/Database/Query/SelectInterface.php Returns a reference to the fields array for this query.
SelectTest::testSimpleSelectAllFields function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests adding all fields from a given table to a SELECT statement.
SelectTest::testSimpleSelectMultipleFields function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests adding multiple fields to a SELECT statement at the same time.
SeparatorTranslationTest::$field property core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php The field used in this test class.
SeparatorTranslationTest::$fieldStorage property core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php A field storage to use in this test class.
serialization.normalizer.field service core/modules/serialization/serialization.services.yml Drupal\serialization\Normalizer\FieldNormalizer
serialization.normalizer.field_item service core/modules/serialization/serialization.services.yml Drupal\serialization\Normalizer\FieldItemNormalizer
serializer.normalizer.boolean.fieldtype.emoji service core/modules/serialization/tests/modules/test_fieldtype_boolean_emoji_normalizer/test_fieldtype_boolean_emoji_normalizer.services.yml Drupal\test_fieldtype_boolean_emoji_normalizer\Normalizer\BooleanItemNormalizer
serializer.normalizer.entity_reference_field_item service core/modules/serialization/serialization.services.yml Drupal\serialization\Normalizer\EntityReferenceFieldItemNormalizer
serializer.normalizer.field.hal service core/modules/hal/hal.services.yml Drupal\hal\Normalizer\FieldNormalizer
serializer.normalizer.field.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\FieldNormalizer
serializer.normalizer.field_item.hal service core/modules/hal/hal.services.yml Drupal\hal\Normalizer\FieldItemNormalizer
serializer.normalizer.field_item.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\FieldItemNormalizer
serializer.normalizer.password_field_item service core/modules/serialization/serialization.services.yml Drupal\serialization\Normalizer\NullNormalizer
serializer.normalizer.silly_fielditem service core/modules/serialization/tests/modules/field_normalization_test/field_normalization_test.services.yml Drupal\field_normalization_test\Normalization\TextItemSillyNormalizer
serializer.normalizer.string.jsonapi_test_field_type service core/modules/jsonapi/tests/modules/jsonapi_test_field_type/jsonapi_test_field_type.services.yml Drupal\jsonapi_test_field_type\Normalizer\StringNormalizer
seven_preprocess_fieldset__media_library_widget function core/themes/seven/seven.theme @todo Remove this when https://www.drupal.org/project/drupal/issues/2999549
lands.
seven_preprocess_views_view_fields__media_library function core/themes/seven/seven.theme Implements hook_preprocess_views_view_fields().
ShapeItemTest::$fieldName property core/modules/field/tests/src/Kernel/ShapeItemTest.php The name of the field to use in this test.
Shortcut::baseFieldDefinitions function core/modules/shortcut/src/Entity/Shortcut.php
Shortcut::fields function core/modules/shortcut/src/Plugin/migrate/source/d7/Shortcut.php Returns available fields on the source.
ShortcutResourceTestBase::$patchProtectedFieldNames property core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php The fields that are protected against modification during PATCH requests.
ShortcutSet::fields function core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php Returns available fields on the source.
ShortcutSetResourceTestBase::$patchProtectedFieldNames property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php The fields that are protected against modification during PATCH requests.
ShortcutSetUsers::fields function core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php Returns an array of destination fields.
ShortcutSetUsers::fields function core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php Returns available fields on the source.
ShortcutTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/ShortcutTest.php The fields that are protected against modification during PATCH requests.
SingleInternalPropertyTestFieldItem class core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/SingleInternalPropertyTestFieldItem.php Defines the 'Single Internal Property' entity test field type.
SingleInternalPropertyTestFieldItem.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/SingleInternalPropertyTestFieldItem.php
SingleInternalPropertyTestFieldItem::propertyDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/SingleInternalPropertyTestFieldItem.php Defines field item properties.
Sort::$fields property core/modules/jsonapi/src/Query/Sort.php The fields on which to sort.
Sort::expandFieldString function core/modules/jsonapi/src/Query/Sort.php Expands a simple string sort into a more expressive sort that we can use.
Sort::fields function core/modules/jsonapi/src/Query/Sort.php Gets the root condition group.
SortTranslationTest::testSortbyUntranslatedIntegerField function core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php Tests sorting on an untranslated field.
SourcePluginBase::getHighWaterField function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Get the name of the field used as the high watermark.
Sql::$destinationIdFields property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The destination ID fields.
Sql::$fieldAliases property core/modules/views/src/Plugin/views/query/Sql.php An array mapping table aliases and field names to field aliases.
Sql::$fields property core/modules/views/src/Plugin/views/query/Sql.php An array of fields.
Sql::$sourceIdFields property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The source ID fields.
Sql::addField function core/modules/views/src/Plugin/views/query/Sql.php Adds a field to the query table, possibly with an alias.
Sql::clearFields function core/modules/views/src/Plugin/views/query/Sql.php Removes all fields that may have been added.
Sql::compileFields function core/modules/views/src/Plugin/views/query/Sql.php Adds fields to the query.
Sql::destinationIdFields function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The destination ID fields.
Sql::getDateField function core/modules/views/src/Plugin/views/query/Sql.php Returns a Unix timestamp to database native timestamp expression.
Sql::getFieldAlias function core/modules/views/src/Plugin/views/query/Sql.php Returns the alias for the given field added to $table.
Sql::getFieldSchema function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Creates schema from an ID definition.
Sql::setCountField function core/modules/views/src/Plugin/views/query/Sql.php Set what field the query will count() on for paging.
Sql::setFieldTimezoneOffset function core/modules/views/src/Plugin/views/query/Sql.php Applies a timezone offset to the given field.

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