/home/sharedstore/public_html/prestashop.sharedstore.ma/src/Core/Multistore
NameSizeModeActions
MultistoreConfig.php13570644editdlrm
MultistoreContextCheckerInterface.php16600644editdlrm
Edit: /home/sharedstore/public_html/prestashop.sharedstore.ma/src/Core/Multistore/MultistoreConfig.php (1357B)
* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ namespace PrestaShop\PrestaShop\Core\Multistore; /** * Class MultistoreConfig. */ class MultistoreConfig { /** * Name of configuration for Multistore feature status in ps_configuration table. */ public const FEATURE_STATUS = 'PS_MULTISHOP_FEATURE_ACTIVE'; }