EasyAdmin Email Field
This field is used to represent a text content that stores a single email address.
In form pages (edit and new) it looks like this:
Basic Information
- PHP Class:
EasyCorp
\Bundle \EasyAdminBundle \Field \EmailField - Doctrine DBAL Type used to store this value:
string
- Symfony Form Type used to render the field: EmailType
Rendered as:
1
<input type="email" value="...">
Options
This field does not define any custom option.
This work, including the code samples, is licensed under a
Creative Commons BY-SA 3.0 license.