◆ delete()
Remove given attribute set
- Parameters
-
\Magento\Eav\Api\Data\AttributeSetInterface | $attributeSet | |
- Exceptions
-
◆ deleteById()
deleteById |
( |
|
$attributeSetId | ) |
|
◆ get()
Retrieve attribute set information based on given ID
- Parameters
-
- Exceptions
-
◆ getList()
Retrieve list of Attribute Sets
This call returns an array of objects, but detailed information about each object’s attributes might not be included. See http://devdocs.magento.com/codelinks/attributes.html#AttributeSetRepositoryInterface to determine which call to use to get detailed information about all attributes for an object.
- Parameters
-
\Magento\Framework\Api\SearchCriteriaInterface | $searchCriteria | |
- Returns
- \Magento\Eav\Api\Data\AttributeSetSearchResultsInterface
◆ save()
Save attribute set data
- Parameters
-
\Magento\Eav\Api\Data\AttributeSetInterface | $attributeSet | |
- Returns
- \Magento\Eav\Api\Data\AttributeSetInterface saved attribute set
- Exceptions
-
The documentation for this interface was generated from the following file: