craueConfig->get('import_with_rabbitmq')) { $this->firefoxImport->setProducer($this->rabbitMqProducer); } elseif ($this->craueConfig->get('import_with_redis')) { $this->firefoxImport->setProducer($this->redisProducer); } return $this->firefoxImport; } protected function getImportTemplate() { return 'Import/Firefox/index.html.twig'; } }