Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
23 | protected function getResourceCreatorPlugins(): array |
||
24 | { |
||
25 | return [ |
||
26 | new PageResourceCreatorPlugin(), |
||
27 | new CatalogPageResourceCreatorPlugin(), |
||
28 | new ProductDetailPageResourceCreatorPlugin(), |
||
29 | new ProductSetDetailPageResourceCreatorPlugin(), |
||
30 | new RedirectResourceCreatorPlugin(), |
||
31 | ]; |
||
44 |