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\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 |