| @@ 2203-2210 (lines=8) @@ | ||
| 2200 | * |
|
| 2201 | * @return \Symfony\Component\Translation\Extractor\ChainExtractor A Symfony\Component\Translation\Extractor\ChainExtractor instance |
|
| 2202 | */ |
|
| 2203 | protected function getTranslation_ExtractorService() |
|
| 2204 | { |
|
| 2205 | $this->services['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor(); |
|
| 2206 | ||
| 2207 | $instance->addExtractor('php', $this->get('translation.extractor.php')); |
|
| 2208 | ||
| 2209 | return $instance; |
|
| 2210 | } |
|
| 2211 | ||
| 2212 | /** |
|
| 2213 | * Gets the 'translation.extractor.php' service. |
|
| @@ 1669-1676 (lines=8) @@ | ||
| 1666 | * |
|
| 1667 | * @return \Symfony\Component\Translation\Extractor\ChainExtractor A Symfony\Component\Translation\Extractor\ChainExtractor instance |
|
| 1668 | */ |
|
| 1669 | protected function getTranslation_ExtractorService() |
|
| 1670 | { |
|
| 1671 | $this->services['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor(); |
|
| 1672 | ||
| 1673 | $instance->addExtractor('php', $this->get('translation.extractor.php')); |
|
| 1674 | ||
| 1675 | return $instance; |
|
| 1676 | } |
|
| 1677 | ||
| 1678 | /* |
|
| 1679 | * Gets the 'translation.extractor.php' service. |
|