PromotionIndexerEvent example

return;
        }

        if ($message->allow(self::EXCLUSION_UPDATER)) {
            $this->exclusionUpdater->update($ids);
        }

        if ($message->allow(self::REDEMPTION_UPDATER)) {
            $this->redemptionUpdater->update($ids$message->getContext());
        }

        $this->eventDispatcher->dispatch(new PromotionIndexerEvent($ids$message->getContext()$message->getSkip()));
    }

    public function getOptions(): array
    {
        return [
            self::EXCLUSION_UPDATER,
            self::REDEMPTION_UPDATER,
        ];
    }

    public function getTotal(): int
    {
Home | Imprint | This part of the site doesn't use cookies.