scopeConfig = $scopeConfig; } /** * Is session storage logging enabled * * @return bool */ public function isLoggingEnabled() { return $this->scopeConfig->getValue(self::XML_PATH_LOGGING); } /** * Get session storage key * * @return string */ public function getSessionStorageKey() { return $this->scopeConfig->getValue(self::XML_PATH_KEY); } }