| 1 | <?php |
||
| 19 | class BundleProcessor implements ProcessorInterface |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * {@inheritdoc} |
||
| 23 | */ |
||
| 24 | public function initialize(KernelInterface $kernel) |
||
| 28 | |||
| 29 | /** |
||
| 30 | * Get bundles. |
||
| 31 | * |
||
| 32 | * @param KernelInterface $kernel |
||
| 33 | * |
||
| 34 | * @return array |
||
| 35 | */ |
||
| 36 | private function getBundles(KernelInterface $kernel) |
||
| 42 | } |
||
| 43 |