_request = $request; } /** * Retrieve current config scope * * @return string */ public function getScope() { return $this->_request->getParam( 'store' ) ? StoreScopeInterface::SCOPE_STORE : ($this->_request->getParam( 'website' ) ? StoreScopeInterface::SCOPE_WEBSITE : ScopeConfigInterface::SCOPE_TYPE_DEFAULT); } }