Modules\Core\Source\Libs\Options\OptionsFacade::isDevMode PHP Method

isDevMode() public method

public isDevMode ( )
    public function isDevMode()
    {
        return (bool) $this->getValue('develop_mode');
    }