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