- Search 7.x for textfield
- Search 9.5.x for textfield
- Search 10.3.x for textfield
- Search 11.x for textfield
- Search main for textfield
- 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