services['prestashop.translation.chainextractor'] = $instance = new \PrestaShop\TranslationToolsBundle\Translation\Extractor\ChainExtractor();
$instance->addExtractor('php', ($this->services['prestashop.translation.extractor.php'] ?? ($this->services['prestashop.translation.extractor.php'] = new \PrestaShop\TranslationToolsBundle\Translation\Extractor\PhpExtractor())));
$instance->addExtractor('twig', ($this->services['prestashop.translation.extractor.twig'] ?? $this->load('getPrestashop_Translation_Extractor_TwigService.php')));
$instance->addExtractor('smarty', ($this->services['prestashop.translation.extractor.smarty'] ?? $this->load('getPrestashop_Translation_Extractor_SmartyService.php')));
return $instance;