Search for Field
- Search 7.x for Field
- Search 9.5.x for Field
- Search 10.3.x for Field
- Search 11.x for Field
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Field | class | core/ |
A stub class to provide backward compatibility for EntityField. |
Field | class | core/ |
Drupal 6 field source from database. |
Field | class | core/ |
Drupal 7 field source from database. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
TextField | class | core/ |
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/ |
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/ |
|
TextField.php | file | core/ |
|
Textfield.php | file | core/ |
|
TextField.php | file | core/ |
|
Textfield.php | file | core/ |
|
TextField::defineValueProcessPipeline | function | core/ |
Apply any custom processing to the field bundle migrations. |
TextField::getFieldFormatterMap | function | core/ |
Get a map between D6 formatters and D8 formatters for this field type. |
TextField::getFieldFormatterMap | function | core/ |
Get a map between D6 formatters and D8 formatters for this field type. |
TextField::getFieldFormatterType | function | core/ |
Get the field formatter type from the source. |
TextField::getFieldType | function | core/ |
Computes the destination type of a migrated field. |
TextField::getFieldType | function | core/ |
Computes the destination type of a migrated field. |
TextField::getFieldType | function | core/ |
Computes the destination type of a migrated field. |
TextField::getFieldWidgetMap | function | core/ |
Get a map between D6 and D8 widgets for this field type. |
TextField::getFieldWidgetMap | function | core/ |
Get a map between D6 and D8 widgets for this field type. |
TextField::getFieldWidgetType | function | core/ |
Get the field widget type from the source. |
Textfield::getInfo | function | core/ |
Returns the element properties for this element. |
Textfield::getTranslationElement | function | core/ |
Returns the translation form element for a given configuration definition. |
Textfield::preRenderTextfield | function | core/ |
Prepares a #type 'textfield' render element for input.html.twig. |
TextField::processCckFieldValues | function | core/ |
Apply any custom processing to the field bundle migrations. |
Textfield::valueCallback | function | core/ |
Determines how user input is mapped to an element's #value property. |
TextFieldLegacyTest | class | core/ |
@coversDefaultClass \Drupal\text\Plugin\migrate\field\d6\TextField[[api-linebreak]] @group text @group legacy |
TextFieldLegacyTest.php | file | core/ |
|
TextFieldLegacyTest::testProcessBooleanTextExplicitValues | function | core/ |
@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/ |
@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/ |
@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/ |
Tests RDFa output by text field formatters. |
TextFieldRdfaTest.php | file | core/ |
|
TextFieldRdfaTest::$fieldType | property | core/ |
The machine name of the field type to test. |
TextFieldRdfaTest::$modules | property | core/ |
Modules to enable. |
TextFieldRdfaTest::$testSummary | property | core/ |
The 'summary' property value for testing. |
TextFieldRdfaTest::$testValue | property | core/ |
The 'value' property value for testing. |
TextFieldRdfaTest::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
TextFieldRdfaTest::testAllFormatters | function | core/ |
Tests all formatters. |
TextFieldTest | class | core/ |
@coversDefaultClass \Drupal\text\Plugin\migrate\field\d6\TextField[[api-linebreak]] @group text @group legacy |
TextFieldTest | class | core/ |
@coversDefaultClass \Drupal\text\Plugin\migrate\field\d7\TextField[[api-linebreak]] @group text @group legacy |
TextFieldTest | class | core/ |
@coversDefaultClass \Drupal\text\Plugin\migrate\field\d6\TextField[[api-linebreak]] @group text |
TextFieldTest | class | core/ |
@coversDefaultClass \Drupal\text\Plugin\migrate\field\d7\TextField[[api-linebreak]] @group text |
TextFieldTest | class | core/ |
Tests the creation of text fields. |
TextfieldTest | class | core/ |
@coversDefaultClass \Drupal\Core\Render\Element\Textfield[[api-linebreak]] @group Render |
TextfieldTest.php | file | core/ |
|
TextFieldTest.php | file | core/ |
|
TextFieldTest.php | file | core/ |
|
TextFieldTest.php | file | core/ |
|
TextFieldTest.php | file | core/ |
|
TextFieldTest.php | file | core/ |
|
TextFieldTest::$adminUser | property | core/ |
A user with relevant administrative privileges. |
TextFieldTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
TextFieldTest::$migration | property | core/ |
Pagination
- Previous page
- Page 138
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.