| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | public function execute(InputInterface $input, OutputInterface $output) |
||
| 28 | { |
||
| 29 | $locales = $this->getManagedLocales(); |
||
| 30 | $output->writeln('Remove cache for translations in: '.implode(", ", $locales)); |
||
| 31 | $this->getContainer()->get('translator')->removeLocalesCacheFiles($locales); |
||
| 32 | } |
||
| 41 | } |