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 |