Fieldset
Magento\Eav\Model\ResourceModel\Form\Fieldset
What it does
This resource model manages database operations for EAV form fieldsets, which are used to group form fields together in Magento's Entity-Attribute-Value system.
Developers use this class when working with custom forms that need fieldsets with multi-store labels, such as customer or product attribute forms.
It handles saving, loading, and retrieving store-specific fieldset labels from the database.
Public Methods
- getLabels()