Model
Hidden
Magento\Eav\Model\Attribute\Data\Hidden
What it does
This class handles data validation and processing for EAV attributes that are rendered as hidden form fields.
Developers use this when creating custom attributes that need to be submitted with forms but shouldn't be visible to users, extending the Text data model with hidden field behavior.