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
TestFieldWidgetMultiple::settingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php Returns a form to configure settings for the widget.
TestFieldWidgetMultiple::settingsSummary function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php Returns a short summary for the current widget settings.
TestFieldWidgetMultipleSingleValues class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultipleSingleValues.php Plugin implementation of the 'test_field_widget_multiple' widget.
TestFieldWidgetMultipleSingleValues.php file core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultipleSingleValues.php
TestItem::defaultFieldSettings function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Defines the field-level settings for this plugin.
TestItem::fieldSettingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a form for the field-level settings.
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.
TestMultiWidthLayoutsTest::FIELD_UI_PREFIX constant core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php Path prefix for the field UI for the test bundle.
TestSqlBase::fields function core/modules/migrate/tests/src/Kernel/SqlBaseTest.php Returns available fields on the source.
TestSqlBase::fields function core/modules/migrate/tests/src/Unit/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.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
TextCckTest::getFieldTypeProvider function core/modules/text/tests/src/Unit/Migrate/TextCckTest.php Data provider for testGetFieldType().
TextCckTest::getFieldTypeProvider function core/modules/text/tests/src/Unit/Plugin/migrate/cckfield/TextCckTest.php Data provider for testGetFieldType().
TextCckTest::testGetFieldType function core/modules/text/tests/src/Unit/Migrate/TextCckTest.php @covers ::getFieldType[[api-linebreak]]
@dataProvider getFieldTypeProvider
TextCckTest::testGetFieldType function core/modules/text/tests/src/Unit/Plugin/migrate/cckfield/TextCckTest.php @covers ::getFieldType[[api-linebreak]]
@dataProvider getFieldTypeProvider
TextCckTest::testProcessFilteredTextFieldValues function core/modules/text/tests/src/Unit/Migrate/TextCckTest.php @covers ::processCckFieldValues[[api-linebreak]]
TextCckTest::testProcessFilteredTextFieldValues function core/modules/text/tests/src/Unit/Plugin/migrate/cckfield/TextCckTest.php @covers ::processCckFieldValues[[api-linebreak]]
TextField.php file core/modules/text/src/Plugin/migrate/cckfield/TextField.php
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::getFieldFormatterMap function core/modules/text/src/Plugin/migrate/cckfield/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/d7/TextField.php Computes the destination type of a migrated field.
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/cckfield/TextField.php Computes the destination type of a migrated field.
TextField::getFieldWidgetMap function core/modules/text/src/Plugin/migrate/cckfield/TextField.php Get a map between D6 and D8 widgets for this field type.
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::processCckFieldValues function core/modules/text/src/Plugin/migrate/cckfield/TextField.php Apply any custom processing to the field bundle migrations.
Textfield::valueCallback function core/lib/Drupal/Core/Render/Element/Textfield.php Determines how user input is mapped to an element's #value property.

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