Model
Text
Magento\Eav\Model\Attribute\Data\Text
What it does
This class handles text attribute data operations in Magento 2's EAV system.
Developers use it to extract, validate, and format text attribute values from forms and entities, including validation of minimum/maximum length rules and required field checks.
It's automatically used when working with EAV text attributes like customer or product text fields.
Public Methods
- extractValue()
- validateValue()
- compactValue()
- restoreValue()
- outputValue()