Notice: You are browsing the documentation for PrestaShop 9, which is currently in development.
You might want to read the documentation for the current version, PrestaShop 8. Read the current version of this page
PrestaShop\PrestaShop\Core\Domain\Store\Command\BulkDeleteStoreCommand
Deletes stores on bulk action
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Store\CommandHandler\BulkDeleteStoreHandler Implements:
|
Return type | void |
PrestaShop\PrestaShop\Core\Domain\Store\Command\BulkUpdateStoreStatusCommand
Toggles store status on bulk action
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Store\CommandHandler\BulkUpdateStoreStatusHandler Implements:
|
Return type | void |
PrestaShop\PrestaShop\Core\Domain\Store\Command\DeleteStoreCommand
Deletes store
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Store\CommandHandler\DeleteStoreHandler Implements:
|
Return type | void |
PrestaShop\PrestaShop\Core\Domain\Store\Command\ToggleStoreStatusCommand
Toggles store status
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Store\CommandHandler\ToggleStoreStatusHandler Implements:
|
Return type | void |
PrestaShop\PrestaShop\Core\Domain\Store\Query\GetStoreForEditing
__
Query details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Store\QueryHandler\GetStoreForEditingHandler Implements:
|
Return type | PrestaShop\PrestaShop\Core\Domain\Store\QueryResult\StoreForEditing |