Warning: You are browsing the documentation for PrestaShop 8, which is outdated.
You might want to read an updated version of this page for the current version, PrestaShop 9. Read the updated version of this page
PrestaShop\PrestaShop\Core\Domain\AttributeGroup\Command\BulkDeleteAttributeGroupCommand
Deletes attribute groups in bulk action by provided ids
| Command details | |
|---|---|
| Constructor parameters | 
 | 
| Handler class | PrestaShop\PrestaShop\Adapter\AttributeGroup\CommandHandler\BulkDeleteAttributeGroupHandlerImplements: 
 | 
| Return type | void | 
PrestaShop\PrestaShop\Core\Domain\AttributeGroup\Command\DeleteAttributeGroupCommand
Deletes attribute group by provided id
| Command details | |
|---|---|
| Constructor parameters | 
 | 
| Handler class | PrestaShop\PrestaShop\Adapter\AttributeGroup\CommandHandler\DeleteAttributeGroupHandlerImplements: 
 | 
| Return type | void | 
PrestaShop\PrestaShop\Core\Domain\AttributeGroup\Attribute\Command\BulkDeleteAttributeCommand
Deletes attributes in bulk action
| Command details | |
|---|---|
| Constructor parameters | 
 | 
| Handler class | PrestaShop\PrestaShop\Adapter\Attribute\CommandHandler\BulkDeleteAttributeHandlerImplements: 
 | 
| Return type | void | 
PrestaShop\PrestaShop\Core\Domain\AttributeGroup\Attribute\Command\DeleteAttributeCommand
Deletes Attribute by provided id
| Command details | |
|---|---|
| Constructor parameters | 
 | 
| Handler class | PrestaShop\PrestaShop\Adapter\Attribute\CommandHandler\DeleteAttributeHandlerImplements: 
 | 
| Return type | void | 
PrestaShop\PrestaShop\Core\Domain\AttributeGroup\Query\GetAttributeGroupList
Get list of Attribute groups in the shop with their associated attributes
| Query details | |
|---|---|
| Constructor parameters | 
 | 
| Handler class | PrestaShop\PrestaShop\Adapter\AttributeGroup\QueryHandler\GetAttributeGroupListHandlerImplements: 
 | 
| Return type | array |