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

Configuration domain

Configuration Commands

SwitchDebugModeCommand

PrestaShop\PrestaShop\Core\Domain\Configuration\Command\SwitchDebugModeCommand Switches debug mode on/off

Command details
Constructor parameters
  • $bool $enableDebugMode
Handler class PrestaShop\PrestaShop\Adapter\Configuration\CommandHandler\SwitchDebugModeHandler

Implements:

  • PrestaShop\PrestaShop\Core\Domain\Configuration\CommandHandler\SwitchDebugModeHandlerInterface
Return type void

Configuration Queries