| 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. |
| TestSqlPrepareQuery::fields |
function |
core/modules/migrate/tests/modules/migrate_sql_prepare_query_test/src/Plugin/migrate/source/TestSqlPrepareQuery.php |
Returns available fields on the source. |
| 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 |
Migrate field plugin for Drupal 7 text fields. |
| 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.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/field/d7/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/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/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::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 |
Tests Drupal\text\Plugin\migrate\field\d7\TextField. |
| TextFieldTest |
class |
core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php |
Tests Drupal\text\Plugin\migrate\field\d6\TextField. |
| 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 |
Tests Drupal\Core\Render\Element\Textfield. |
| 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 |
|