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
Schema::dropField function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Drop a field.
Schema::dropField function core/modules/mysql/src/Driver/Database/mysql/Schema.php Drop a field.
Schema::dropField function core/lib/Drupal/Core/Database/Schema.php Drop a field.
Schema::dropField function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Drop a field.
Schema::fieldExists function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Check if a column exists in the given table.
Schema::fieldExists function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Check if a column exists in the given table.
Schema::fieldExists function core/lib/Drupal/Core/Database/Schema.php Check if a column exists in the given table.
Schema::fieldNames function core/lib/Drupal/Core/Database/Schema.php Gets an array of field names from an array of key/index column specifiers.
Schema::getFieldTypeMap function core/lib/Drupal/Core/Database/Schema.php Returns a mapping of Drupal schema field names to DB-native field types.
Schema::getFieldTypeMap function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Returns a mapping of Drupal schema field names to DB-native field types.
Schema::getFieldTypeMap function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Returns a mapping of Drupal schema field names to DB-native field types.
Schema::getFieldTypeMap function core/modules/mysql/src/Driver/Database/mysql/Schema.php Returns a mapping of Drupal schema field names to DB-native field types.
Schema::processField function core/modules/mysql/src/Driver/Database/mysql/Schema.php Set database-engine specific properties for a field.
Schema::processField function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Set database-engine specific properties for a field.
Schema::processField function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Set database-engine specific properties for a field.
Schema::queryFieldInformation function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Fetches the list of constraints used on a field.
SchemaTest::testUnsignedField function core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php Tests column name escaping in field constraints.
SchemaUniquePrefixedKeysIndexTestBase::testAddField function core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php Tests adding a new field with UNIQUE key.
SchemaUniquePrefixedKeysIndexTestBase::testChangeField function core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php Tests changing a field to add a UNIQUE key.
SearchPage::fields function core/modules/search/src/Plugin/migrate/source/d6/SearchPage.php Returns available fields on the source.
SearchPage::fields function core/modules/search/src/Plugin/migrate/source/d7/SearchPage.php Returns available fields on the source.
SecurityAdvisoryTest::providerCreateFromArrayInvalidField function core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php Data provider for testCreateFromArrayInvalidField().
SecurityAdvisoryTest::providerCreateFromArrayMissingField function core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php Data provider for testCreateFromArrayMissingField().
SecurityAdvisoryTest::testCreateFromArrayInvalidField function core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php Tests exceptions for invalid field types.
SecurityAdvisoryTest::testCreateFromArrayMissingField function core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php Tests exceptions with missing fields.
Select::$fields property core/lib/Drupal/Core/Database/Query/Select.php The fields to SELECT.
Select::addField function core/lib/Drupal/Core/Database/Query/Select.php Adds a field to the list to be SELECTed.
Select::escapeField function core/lib/Drupal/Core/Database/Query/Select.php Escapes a field name string.
Select::fields function core/lib/Drupal/Core/Database/Query/Select.php Add multiple fields from the same table to be SELECTed.
Select::getFields function core/lib/Drupal/Core/Database/Query/Select.php Returns a reference to the fields array for this query.
SelectComplexTest::testCountQueryFieldRemovals function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests that countQuery properly removes fields and expressions.
SelectExtender::addField function core/lib/Drupal/Core/Database/Query/SelectExtender.php Adds a field to the list to be SELECTed.
SelectExtender::escapeField function core/lib/Drupal/Core/Database/Query/SelectExtender.php Escapes a field name string.
SelectExtender::fields function core/lib/Drupal/Core/Database/Query/SelectExtender.php Add multiple fields from the same table to be SELECTed.
SelectExtender::getFields function core/lib/Drupal/Core/Database/Query/SelectExtender.php Returns a reference to the fields array for this query.
SelectInterface::addField function core/lib/Drupal/Core/Database/Query/SelectInterface.php Adds a field to the list to be SELECTed.
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.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\FieldNormalizer
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

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