SuggestedSet
Magento\Catalog\Model\Product\AttributeSet\SuggestedSet
What it does
This class provides functionality to search and retrieve suggested product attribute sets based on a partial name match.
Developers would use this when implementing autocomplete or search features in the admin panel where users need to find and select attribute sets, such as when creating or editing products.
It returns a filtered list of attribute sets that match the search criteria, ordered alphabetically.
Public Methods
- getSuggestedSets()