Log in
Model

Hidden

Magento\Customer\Model\Metadata\Form\Hidden

What it does

This class handles hidden form fields in Magento 2's customer metadata forms.

Developers use it when processing customer attributes that need to be submitted with a form but shouldn't be visible to users, such as system-generated values or security tokens.

It extends the Text class, inheriting all text processing capabilities while representing hidden input fields.