Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
24 | protected function execute(InputInterface $input, OutputInterface $output): void |
||
25 | { |
||
26 | $output->writeln('<info>Starting the MediaLibrary import.</info>'); |
||
27 | $output->writeln($this->getOutputMessageForImportResults( |
||
28 | $this->getContainer()->get('media_library.helper.import')->execute() |
||
29 | )); |
||
30 | } |
||
31 | |||
46 |