createEsi example

$this->kernel = $kernel;

        if (isset($options['cache_dir'])) {
            $this->cacheDir = $options['cache_dir'];
        }

        $this->options = array_merge($this->options, $options);

        parent::__construct(
            $kernel,
            $this->createStore(),
            $this->createEsi(),
            $this->options
        );
    }

    /** * Short circuit some URLs to early pass * * {@inheritdoc} * * @api */
    
Home | Imprint | This part of the site doesn't use cookies.