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 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
TestItem::fieldSettingsFromConfigData function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a settings array in the field type's canonical representation.
TestItem::fieldSettingsToConfigData function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a settings array that can be stored as a configuration value.
TestItemTest::$fieldName property core/modules/field/tests/src/Kernel/TestItemTest.php The name of the field to use in this test.
TestItemWithDependenciesTest::$fieldName property core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php The name of the field to use in this test.
TestSqlBase::fields function core/modules/migrate/tests/src/Unit/SqlBaseTest.php Returns available fields on the source.
TestSqlBase::fields function core/modules/migrate/tests/src/Kernel/SqlBaseTest.php Returns available fields on the source.
TestSqlContentDefaultTableMapping::setFieldNames function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Adds field columns for a table to the table mapping.
TestSqlIdMap::getFieldSchema function core/modules/migrate/tests/src/Unit/TestSqlIdMap.php Gets the field schema.
TestTextfieldWidget class core/modules/field/tests/modules/field_plugins_test/src/Plugin/Field/FieldWidget/TestTextfieldWidget.php Plugin implementation of the 'field_plugins_test_text_widget' widget.
TestTextfieldWidget.php file core/modules/field/tests/modules/field_plugins_test/src/Plugin/Field/FieldWidget/TestTextfieldWidget.php
TestWithConstraints::getSourceFieldConstraints function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestWithConstraints.php Gets media source-specific validation constraints for a source field.
TestWithHiddenSourceField class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestWithHiddenSourceField.php Provides test media source.
TestWithHiddenSourceField.php file core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestWithHiddenSourceField.php
TestWithHiddenSourceField::getSourceFieldName function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestWithHiddenSourceField.php Determine the name of the source field.
TestWithHiddenSourceField::prepareFormDisplay function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestWithHiddenSourceField.php Prepares the media type fields for this source in the form display.
TestWithHiddenSourceField::prepareViewDisplay function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestWithHiddenSourceField.php Prepares the media type fields for this source in the view display.
test_fieldtype_boolean_emoji_normalizer.info.yml file core/modules/serialization/tests/modules/test_fieldtype_boolean_emoji_normalizer/test_fieldtype_boolean_emoji_normalizer.info.yml core/modules/serialization/tests/modules/test_fieldtype_boolean_emoji_normalizer/test_fieldtype_boolean_emoji_normalizer.info.yml
test_fieldtype_boolean_emoji_normalizer.services.yml file core/modules/serialization/tests/modules/test_fieldtype_boolean_emoji_normalizer/test_fieldtype_boolean_emoji_normalizer.services.yml core/modules/serialization/tests/modules/test_fieldtype_boolean_emoji_normalizer/test_fieldtype_boolean_emoji_normalizer.services.yml
text.field_type_categories.yml file core/modules/text/text.field_type_categories.yml core/modules/text/text.field_type_categories.yml
TextField class core/modules/text/src/Plugin/migrate/field/d6/TextField.php MigrateField Plugin for Drupal 6 text fields.
TextField class core/modules/text/src/Plugin/migrate/field/d7/TextField.php #[MigrateField(id: 'd7_text', core: [
7,
], type_map: [
'text' => 'text',
'text_long' => 'text_long',
'text_with_summary' => 'text_with_summary',
], source_module: 'text', destination_module: 'text')]
Textfield class core/lib/Drupal/Core/Render/Element/Textfield.php Provides a one-line text field form element.
Textfield class core/modules/config_translation/src/FormElement/Textfield.php Defines the textfield element for the configuration translation interface.
Textfield.php file core/modules/config_translation/src/FormElement/Textfield.php
TextField.php file core/modules/text/src/Plugin/migrate/field/d6/TextField.php
TextField.php file core/modules/text/src/Plugin/migrate/field/d7/TextField.php
Textfield.php file core/lib/Drupal/Core/Render/Element/Textfield.php
TextField::defineValueProcessPipeline function core/modules/text/src/Plugin/migrate/field/d6/TextField.php Apply any custom processing to the field bundle migrations.
TextField::getFieldFormatterMap function core/modules/text/src/Plugin/migrate/field/d6/TextField.php Get a map between D6 formatters and D8 formatters for this field type.
TextField::getFieldFormatterType function core/modules/text/src/Plugin/migrate/field/d7/TextField.php Get the field formatter type from the source.
TextField::getFieldType function core/modules/text/src/Plugin/migrate/field/d6/TextField.php Computes the destination type of a migrated field.
TextField::getFieldType function core/modules/text/src/Plugin/migrate/field/d7/TextField.php Computes the destination type of a migrated field.
TextField::getFieldWidgetMap function core/modules/text/src/Plugin/migrate/field/d6/TextField.php Get a map between D6 and D8 widgets for this field type.
TextField::getFieldWidgetType function core/modules/text/src/Plugin/migrate/field/d7/TextField.php Get the field widget type from the source.
Textfield::getInfo function core/lib/Drupal/Core/Render/Element/Textfield.php Returns the element properties for this element.
Textfield::getTranslationElement function core/modules/config_translation/src/FormElement/Textfield.php Returns the translation form element for a given configuration definition.
Textfield::preRenderTextfield function core/lib/Drupal/Core/Render/Element/Textfield.php Prepares a #type 'textfield' render element for input.html.twig.
Textfield::valueCallback function core/lib/Drupal/Core/Render/Element/Textfield.php Determines how user input is mapped to an element's #value property.
TextFieldItemList class core/modules/text/src/Plugin/Field/FieldType/TextFieldItemList.php Defines an item list class for text fields.
TextFieldItemList.php file core/modules/text/src/Plugin/Field/FieldType/TextFieldItemList.php
TextFieldItemList::defaultValuesFormValidate function core/modules/text/src/Plugin/Field/FieldType/TextFieldItemList.php Validates the submitted default value.
TextFieldTest class core/modules/text/tests/src/Unit/Plugin/migrate/field/d7/TextFieldTest.php @coversDefaultClass \Drupal\text\Plugin\migrate\field\d7\TextField[[api-linebreak]]
@group text
TextFieldTest class core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php @coversDefaultClass \Drupal\text\Plugin\migrate\field\d6\TextField[[api-linebreak]]
@group text
TextFieldTest class core/modules/text/tests/src/Functional/TextFieldTest.php Tests the creation of text fields.
TextfieldTest class core/tests/Drupal/Tests/Core/Render/Element/TextfieldTest.php @coversDefaultClass \Drupal\Core\Render\Element\Textfield[[api-linebreak]]
@group Render
TextfieldTest.php file core/tests/Drupal/Tests/Core/Render/Element/TextfieldTest.php
TextFieldTest.php file core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php
TextFieldTest.php file core/modules/text/tests/src/Unit/Plugin/migrate/field/d7/TextFieldTest.php
TextFieldTest.php file core/modules/text/tests/src/Functional/TextFieldTest.php
TextFieldTest::$adminUser property core/modules/text/tests/src/Functional/TextFieldTest.php A user with relevant administrative privileges.

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