Definition at line 11 of file Config.php.
◆ __construct()
- Parameters
-
ScopeConfigInterface | $scopeConfig | |
Definition at line 36 of file Config.php.
◆ getSessionStorageKey()
Get session storage key
- Returns
- string
Definition at line 56 of file Config.php.
58 return $this->scopeConfig->getValue(self::XML_PATH_KEY);
◆ isLoggingEnabled()
Is session storage logging enabled
- Returns
- bool
Definition at line 46 of file Config.php.
48 return $this->scopeConfig->getValue(self::XML_PATH_LOGGING);
◆ $scopeConfig
◆ WYSIWYG_EDITOR_CONFIG_PATH
const WYSIWYG_EDITOR_CONFIG_PATH = 'cms/wysiwyg/editor' |
Wysiwyg editor configuration path
Definition at line 16 of file Config.php.
◆ XML_PATH_KEY
const XML_PATH_KEY = 'dev/js/session_storage_key' |
Configuration path to session storage key setting
Definition at line 26 of file Config.php.
◆ XML_PATH_LOGGING
const XML_PATH_LOGGING = 'dev/js/session_storage_logging' |
Configuration path to session storage logging setting
Definition at line 21 of file Config.php.
The documentation for this class was generated from the following file: