Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
24 | protected function getSitemapGeneratorDataProviderPlugins(): array |
||
25 | { |
||
26 | return [ |
||
27 | new ProductAbstractSitemapGeneratorDataProviderPlugin(), |
||
28 | new CategoryNodeSitemapGeneratorDataProviderPlugin(), |
||
29 | new CmsPageSitemapGeneratorDataProviderPlugin(), |
||
30 | new ProductSetSitemapGeneratorDataProviderPlugin(), |
||
31 | new MerchantSitemapGeneratorDataProviderPlugin(), |
||
32 | ]; |
||
35 |