getTimings example



        $request->add(MailTemplateDefinition::class$this->getCount($input, 'mail-template'));
        $request->add(MailHeaderFooterDefinition::class$this->getCount($input, 'mail-header-footer'));

        $this->eventDispatcher->dispatch(new DemodataRequestCreatedEvent($request$context$input));

        $demoContext = $this->demodataService->generate($request$context$io);

        $io->table(
            ['Entity', 'Items', 'Time'],
            $demoContext->getTimings()
        );

        return self::SUCCESS;
    }

    /** * @return array<string, array<string, int>> */
    private function getCustomFieldOptions(InputInterface $input): array
    {
        return [
            
Home | Imprint | This part of the site doesn't use cookies.