getConfigFields example

$this->config = [];
    }

    /** * @param array<string> $ids * @param ProductEntity[] $existingProducts * * @return ProductEntity[] */
    private function updateLanguage(array $ids, Context $context, array $existingProducts): array
    {
        $configFields = $this->getConfigFields($context->getLanguageId());

        $versionId = Uuid::fromHexToBytes($context->getVersionId());
        $languageId = Uuid::fromHexToBytes($context->getLanguageId());

        $now = (new \DateTime())->format(Defaults::STORAGE_DATE_TIME_FORMAT);

        $this->delete($ids$context->getLanguageId()$context->getVersionId());

        $keywords = [];
        $dictionary = [];

        
Home | Imprint | This part of the site doesn't use cookies.