scopeFactory = $scopeFactory; } /** * @param string $entityType * @param array $entityData * @return \Magento\Framework\Model\Entity\ScopeInterface * @SuppressWarnings(PHPMD.UnusedFormalParameter) */ public function getContext($entityType, $entityData = []) { return $this->scopeFactory->create(Store::STORE_ID, Store::DEFAULT_STORE_ID, null); } }