|
24 | 24 | </arguments>
|
25 | 25 | </type>
|
26 | 26 |
|
27 |
| - <virtualType name="AssetMaterializationStrategySourceThemeDeployFactory" type="Magento\Framework\App\View\Asset\MaterializationStrategy\Factory"> |
| 27 | + <!-- Configuration for \Magento\Developer\Console\Command\SourceThemeDeployCommand --> |
| 28 | + <virtualType name="AssetMaterializationStrategyFactoryForSourceThemeDeploy" type="Magento\Framework\App\View\Asset\MaterializationStrategy\Factory"> |
28 | 29 | <arguments>
|
29 | 30 | <argument name="strategiesList" xsi:type="array">
|
30 | 31 | <item name="symlink" xsi:type="object">Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink</item>
|
31 | 32 | <item name="copy" xsi:type="object">Magento\Framework\App\View\Asset\MaterializationStrategy\Copy</item>
|
32 | 33 | </argument>
|
33 | 34 | </arguments>
|
34 | 35 | </virtualType>
|
35 |
| - <virtualType name="AssetPublisherSourceThemeDeploy" type="Magento\Framework\App\View\Asset\Publisher"> |
| 36 | + <virtualType name="AssetPublisherForSourceThemeDeploy" type="Magento\Framework\App\View\Asset\Publisher"> |
36 | 37 | <arguments>
|
37 |
| - <argument name="materializationStrategyFactory" xsi:type="object">AssetMaterializationStrategySourceThemeDeployFactory</argument> |
| 38 | + <argument name="materializationStrategyFactory" xsi:type="object">AssetMaterializationStrategyFactoryForSourceThemeDeploy</argument> |
38 | 39 | </arguments>
|
39 | 40 | </virtualType>
|
40 | 41 | <type name="Magento\Developer\Model\Css\PreProcessor\FileGenerator\PublicationDecorator">
|
41 | 42 | <arguments>
|
42 |
| - <argument name="assetRepo" xsi:type="object">AssetRepositorySourceThemeDeploy</argument> |
43 |
| - <argument name="assetPublisher" xsi:type="object">AssetPublisherSourceThemeDeploy</argument> |
| 43 | + <argument name="assetRepo" xsi:type="object">AssetRepositoryForSourceThemeDeploy</argument> |
| 44 | + <argument name="assetPublisher" xsi:type="object">AssetPublisherForSourceThemeDeploy</argument> |
44 | 45 | </arguments>
|
45 | 46 | </type>
|
46 |
| - <virtualType name="PreProcessorInstructionImportSourceThemeDeploy" type="Magento\Framework\Css\PreProcessor\Instruction\Import"> |
| 47 | + <virtualType name="PreProcessorInstructionImportForSourceThemeDeploy" type="Magento\Framework\Css\PreProcessor\Instruction\Import"> |
47 | 48 | <arguments>
|
48 | 49 | <argument name="relatedFileGenerator" xsi:type="object">Magento\Developer\Model\Css\PreProcessor\FileGenerator\PublicationDecorator</argument>
|
49 | 50 | </arguments>
|
50 | 51 | </virtualType>
|
51 |
| - <virtualType name="AssetPreProcessorPoolSourceThemeDeploy" type="Magento\Framework\View\Asset\PreProcessor\Pool"> |
| 52 | + <virtualType name="AssetPreProcessorPoolForSourceThemeDeploy" type="Magento\Framework\View\Asset\PreProcessor\Pool"> |
52 | 53 | <arguments>
|
53 | 54 | <argument name="preprocessors" xsi:type="array">
|
54 | 55 | <item name="less" xsi:type="array">
|
|
57 | 58 | </item>
|
58 | 59 | <item name="import" xsi:type="array">
|
59 | 60 | <item name="after" xsi:type="string">magento_import</item>
|
60 |
| - <item name="class" xsi:type="string">PreProcessorInstructionImportSourceThemeDeploy</item> |
| 61 | + <item name="class" xsi:type="string">PreProcessorInstructionImportForSourceThemeDeploy</item> |
61 | 62 | </item>
|
62 | 63 | </item>
|
63 | 64 | </argument>
|
64 | 65 | </arguments>
|
65 | 66 | </virtualType>
|
66 |
| - <virtualType name="AssetSourceSourceThemeDeploy" type="Magento\Framework\View\Asset\Source"> |
| 67 | + <virtualType name="AssetSourceForSourceThemeDeploy" type="Magento\Framework\View\Asset\Source"> |
67 | 68 | <arguments>
|
68 |
| - <argument name="preProcessorPool" xsi:type="object">AssetPreProcessorPoolSourceThemeDeploy</argument> |
| 69 | + <argument name="preProcessorPool" xsi:type="object">AssetPreProcessorPoolForSourceThemeDeploy</argument> |
69 | 70 | </arguments>
|
70 | 71 | </virtualType>
|
71 |
| - <virtualType name="AssetRepositorySourceThemeDeploy" type="Magento\Framework\View\Asset\Repository"> |
| 72 | + <virtualType name="AssetRepositoryForSourceThemeDeploy" type="Magento\Framework\View\Asset\Repository"> |
72 | 73 | <arguments>
|
73 |
| - <argument name="assetSource" xsi:type="object">AssetSourceSourceThemeDeploy</argument> |
| 74 | + <argument name="assetSource" xsi:type="object">AssetSourceForSourceThemeDeploy</argument> |
74 | 75 | </arguments>
|
75 | 76 | </virtualType>
|
76 | 77 | <type name="Magento\Developer\Console\Command\SourceThemeDeployCommand">
|
77 | 78 | <arguments>
|
78 |
| - <argument name="assetPublisher" xsi:type="object">AssetPublisherSourceThemeDeploy</argument> |
79 |
| - <argument name="assetRepository" xsi:type="object">AssetRepositorySourceThemeDeploy</argument> |
| 79 | + <argument name="assetPublisher" xsi:type="object">AssetPublisherForSourceThemeDeploy</argument> |
| 80 | + <argument name="assetRepository" xsi:type="object">AssetRepositoryForSourceThemeDeploy</argument> |
80 | 81 | </arguments>
|
81 | 82 | </type>
|
| 83 | + <!-- End configuration for \Magento\Developer\Console\Command\SourceThemeDeployCommand --> |
82 | 84 |
|
83 | 85 | <type name="Magento\Framework\Console\CommandList">
|
84 | 86 | <arguments>
|
|
0 commit comments