| 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 |
|
| 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/Plugin/migrate/field/d6/TextFieldTest.php |
The migration object. |
| TextFieldTest::$modules |
property |
core/modules/text/tests/src/Functional/TextFieldTest.php |
Modules to install. |
| TextFieldTest::$plugin |
property |
core/modules/text/tests/src/Unit/Plugin/migrate/field/d7/TextFieldTest.php |
The migration field plugin. |
| TextFieldTest::$plugin |
property |
core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php |
The migration field plugin to test. |
| TextFieldTest::getFieldFormatterTypeProvider |
function |
core/modules/text/tests/src/Unit/Plugin/migrate/field/d7/TextFieldTest.php |
Data provider for testGetFieldFormatterType(). |
| TextFieldTest::getFieldTypeProvider |
function |
core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php |
Data provider for testGetFieldType(). |
| TextfieldTest::providerTestValueCallback |
function |
core/tests/Drupal/Tests/Core/Render/Element/TextfieldTest.php |
Data provider for testValueCallback(). |
| TextFieldTest::setUp |
function |
core/modules/text/tests/src/Unit/Plugin/migrate/field/d7/TextFieldTest.php |
|
| TextFieldTest::setUp |
function |
core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php |
|
| TextFieldTest::setUp |
function |
core/modules/text/tests/src/Functional/TextFieldTest.php |
|
| TextFieldTest::testBooleanTextExplicitValueProcessPipeline |
function |
core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php |
Tests boolean text explicit value process pipeline. |
| TextFieldTest::testBooleanTextImplicitValueProcessPipeline |
function |
core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php |
Tests boolean text implicit value process pipeline. |
| TextFieldTest::testFilteredTextValueProcessPipeline |
function |
core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php |
Tests filtered text value process pipeline. |
| TextFieldTest::testGetFieldFormatterType |
function |
core/modules/text/tests/src/Unit/Plugin/migrate/field/d7/TextFieldTest.php |
Tests get field formatter type. |
| TextFieldTest::testGetFieldType |
function |
core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php |
Tests get field type. |
| TextFieldTest::testRequiredLongTextWithFileUpload |
function |
core/modules/text/tests/src/Functional/TextFieldTest.php |
Tests required long text with file upload. |