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

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Field class core/modules/views/src/Plugin/views/field/Field.php A stub class to provide backward compatibility for EntityField.
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
TextField class core/modules/text/src/Plugin/migrate/field/d6/TextField.php Plugin annotation

@MigrateField(
id = "d6_text",
type_map = {
"text" = "text",
"text_long" = "text_long",
"text_with_summary" = "text_with_summary"
},
core = {6},
source_module = "text",
destination_module = "text",
)
TextField class core/modules/text/src/Plugin/migrate/field/d7/TextField.php Plugin annotation

@MigrateField(
id = "d7_text",
type_map = {
"text" = "text",
"text_long" = "text_long",
"text_with_summary" = "text_with_summary"
},
core = {7},
source_module = "text",
destination_module = "text",
)
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/modules/config_translation/src/FormElement/Textfield.php
TextField.php file core/modules/text/src/Plugin/migrate/cckfield/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.
TextFieldLegacyTest class core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldLegacyTest.php @coversDefaultClass \Drupal\text\Plugin\migrate\field\d6\TextField[[api-linebreak]]
@group text
@group legacy
TextFieldLegacyTest.php file core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldLegacyTest.php
TextFieldLegacyTest::testProcessBooleanTextExplicitValues function core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldLegacyTest.php @covers ::processFieldValues[[api-linebreak]]
@expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use defineValueProcessPipeline() instead. See https://www.drupal.org/node/2944598.
TextFieldLegacyTest::testProcessBooleanTextImplicitValues function core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldLegacyTest.php @covers ::processFieldValues[[api-linebreak]]
@expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use defineValueProcessPipeline() instead. See https://www.drupal.org/node/2944598.
TextFieldLegacyTest::testProcessFilteredTextFieldValues function core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldLegacyTest.php @covers ::processFieldValues[[api-linebreak]]
@expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use defineValueProcessPipeline() instead. See https://www.drupal.org/node/2944598.
TextFieldRdfaTest class core/modules/rdf/tests/src/Kernel/Field/TextFieldRdfaTest.php Tests RDFa output by text field formatters.
TextFieldRdfaTest.php file core/modules/rdf/tests/src/Kernel/Field/TextFieldRdfaTest.php
TextFieldRdfaTest::$fieldType property core/modules/rdf/tests/src/Kernel/Field/TextFieldRdfaTest.php The machine name of the field type to test.
TextFieldRdfaTest::$modules property core/modules/rdf/tests/src/Kernel/Field/TextFieldRdfaTest.php Modules to enable.
TextFieldRdfaTest::$testSummary property core/modules/rdf/tests/src/Kernel/Field/TextFieldRdfaTest.php The 'summary' property value for testing.
TextFieldRdfaTest::$testValue property core/modules/rdf/tests/src/Kernel/Field/TextFieldRdfaTest.php The 'value' property value for testing.
TextFieldRdfaTest::setUp function core/modules/rdf/tests/src/Kernel/Field/TextFieldRdfaTest.php Set the default field storage backend for fields created during tests.
TextFieldRdfaTest::testAllFormatters function core/modules/rdf/tests/src/Kernel/Field/TextFieldRdfaTest.php Tests all formatters.
TextFieldTest class core/modules/text/tests/src/Unit/Migrate/d6/TextFieldTest.php @coversDefaultClass \Drupal\text\Plugin\migrate\field\d6\TextField[[api-linebreak]]
@group text
@group legacy
TextFieldTest class core/modules/text/tests/src/Unit/Migrate/d7/TextFieldTest.php @coversDefaultClass \Drupal\text\Plugin\migrate\field\d7\TextField[[api-linebreak]]
@group text
@group legacy
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/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/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/Migrate/d6/TextFieldTest.php
TextFieldTest.php file core/modules/text/tests/src/Unit/Migrate/d7/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.
TextFieldTest::$defaultTheme property core/modules/text/tests/src/Functional/TextFieldTest.php The theme to install as the default for testing.
TextFieldTest::$migration property core/modules/text/tests/src/Unit/Migrate/d6/TextFieldTest.php

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