scopeConfig->getValue(self::XML_PATH_IGNORE_DUPLICATES, ScopeInterface::SCOPE_STORE); } /** * @return string */ public function getBehavior() { return $this->scopeConfig->getValue(self::XML_PATH_BEHAVIOR, ScopeInterface::SCOPE_STORE); } /** * @return string */ public function getEntity() { return $this->scopeConfig->getValue(self::XML_PATH_ENTITY, ScopeInterface::SCOPE_STORE); } /** * @return string */ public function getValidationStrategy() { return $this->scopeConfig->getValue(self::XML_PATH_VALIDATION_STRATEGY, ScopeInterface::SCOPE_STORE); } /** * @return string */ public function getAllowedErrorCount() { return $this->scopeConfig->getValue(self::XML_PATH_ALLOWED_ERROR_COUNT, ScopeInterface::SCOPE_STORE); } /** * @return string */ public function getImportFileDir() { return $this->scopeConfig->getValue(self::XML_PATH_IMPORT_IMAGES_FILE_FIR, ScopeInterface::SCOPE_STORE); } /** * @return string */ public function getImportToken () { return $this->scopeConfig->getValue(self::XML_PATH_IMPORT_SECURITY_TOKEN, ScopeInterface::SCOPE_STORE); } public function getDocumentExtensions () { return $this->scopeConfig->getValue(self::XML_PATH_IMPORT_DOC_EXTENSIONS, ScopeInterface::SCOPE_STORE); } }