Search for textfield

  1. Search 7.x for textfield
  2. Search 9.5.x for textfield
  3. Search 10.3.x for textfield
  4. Search 11.x for textfield
  5. Search main for textfield
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
TextField class core/modules/text/src/Plugin/migrate/cckfield/TextField.php Plugin annotation @MigrateCckField( id = "text", type_map = { "text" = "text", "text_long" = "text_long", "text_with_summary" = "text_with_summary" }, core = {6,7}, source_module = "text", destination_module = "text", )
Textfield class core/modules/config_translation/src/FormElement/Textfield.php Defines the textfield element for the configuration translation interface.
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 class core/lib/Drupal/Core/Render/Element/Textfield.php Provides a one-line text field form element.

All search results

Title Object type File name Summary
BrowserTestBaseTest::testFieldAssertsForTextfields function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests legacy field asserts using textfields.
EntityViewsDataTest::assertLongTextField function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests views data for a long text field.
FormTest::testRequiredTextfieldNoTitle function core/modules/system/tests/src/Functional/Form/FormTest.php Tests validation for required textfield element without title.
JsonapiKernelTestBase::createTextField function core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php Creates a field of an entity reference field storage on the bundle.
StringFieldTest::testTextfieldWidgets function core/modules/field/tests/src/Functional/String/StringFieldTest.php Test widgets.
StringFieldTest::_testTextfieldWidgets function core/modules/field/tests/src/Functional/String/StringFieldTest.php Helper function for testTextfieldWidgets().
StringTextfieldWidget class core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php Plugin implementation of the 'string_textfield' widget.
StringTextfieldWidget.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php
StringTextfieldWidget::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php Defines the default settings for this plugin.
StringTextfieldWidget::formElement function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php Returns the form for a single field widget.
StringTextfieldWidget::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php Returns a form to configure settings for the widget.
StringTextfieldWidget::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php Returns a short summary for the current widget settings.
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
TextCckTest::testProcessFilteredTextFieldValues function core/modules/text/tests/src/Unit/Plugin/migrate/cckfield/TextCckTest.php @covers ::processCckFieldValues[[api-linebreak]]
TextCckTest::testProcessFilteredTextFieldValues function core/modules/text/tests/src/Unit/Migrate/TextCckTest.php @covers ::processCckFieldValues[[api-linebreak]]
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 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/config_translation/src/FormElement/Textfield.php Defines the textfield element for the configuration translation interface.
Textfield class core/lib/Drupal/Core/Render/Element/Textfield.php Provides a one-line text field form element.
TextField class core/modules/text/src/Plugin/migrate/cckfield/TextField.php Plugin annotation

@MigrateCckField(
id = "text",
type_map = {
"text" = "text",
"text_long" = "text_long",
"text_with_summary" = "text_with_summary"
},
core = {6,7},
source_module = "text",
destination_module = "text",
)
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.php file core/modules/text/src/Plugin/migrate/field/d6/TextField.php
TextField.php file core/modules/text/src/Plugin/migrate/cckfield/TextField.php
Textfield.php file core/modules/config_translation/src/FormElement/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/cckfield/TextField.php Get a map between D6 formatters and D8 formatters for this field type.
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/cckfield/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/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::getFieldWidgetMap function core/modules/text/src/Plugin/migrate/cckfield/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.

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