|
6 | 6 | */
|
7 | 7 | -->
|
8 | 8 | <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/ObjectManager/etc/config.xsd">
|
9 |
| - <preference for="Magento\Framework\App\Request\PathInfoProcessorInterface" type="Magento\Store\App\Request\PathInfoProcessor" /> |
10 |
| - <preference for="Magento\Store\Model\StoreManagerInterface" type="Magento\Store\Model\StoreManager" /> |
11 |
| - <preference for="Magento\Framework\App\Response\RedirectInterface" type="Magento\Store\App\Response\Redirect" /> |
| 9 | +<preference for="Magento\Framework\App\Request\PathInfoProcessorInterface" type="Magento\Store\App\Request\PathInfoProcessor" /> |
| 10 | +<preference for="Magento\Store\Model\StoreManagerInterface" type="Magento\Store\Model\StoreManager" /> |
| 11 | +<preference for="Magento\Framework\App\Response\RedirectInterface" type="Magento\Store\App\Response\Redirect" /> |
| 12 | + <type name="Magento\Framework\Module\Updater\SetupFactory"> |
| 13 | + <arguments> |
| 14 | + <argument name="resourceTypes" xsi:type="array"> |
| 15 | + <item name="store_setup" xsi:type="string">Magento\Framework\Module\DataSetup</item> |
| 16 | + </argument> |
| 17 | + </arguments> |
| 18 | + </type> |
12 | 19 | <type name="Magento\Framework\App\Config\ScopePool">
|
13 | 20 | <arguments>
|
14 | 21 | <argument name="readerPool" xsi:type="object">Magento\Store\Model\Config\Reader\ReaderPool\Proxy</argument>
|
15 |
| - <argument name="cache" xsi:type="object">Magento\Framework\App\Cache\Type\Config</argument> |
| 22 | + <argument name="cache" xsi:type="object">Magento\Framework\App\Cache\Type\Config</argument> |
16 | 23 | </arguments>
|
17 | 24 | </type>
|
18 | 25 | <type name="Magento\Store\Model\Config\Reader\Website">
|
|
23 | 30 | <type name="Magento\Store\Model\Config\Reader\Store">
|
24 | 31 | <arguments>
|
25 | 32 | <argument name="scopePool" xsi:type="object">Magento\Framework\App\Config\ScopePool\Proxy</argument>
|
26 |
| - <argument name="storeManager" xsi:type="object">Magento\Store\Model\StoreManagerInterface\Proxy</argument> |
| 33 | + <argument name="storeManager" xsi:type="object">Magento\Store\Model\StoreManagerInterface\Proxy</argument> |
27 | 34 | </arguments>
|
28 | 35 | </type>
|
29 | 36 | <type name="Magento\Store\Model\Resolver\Store">
|
30 | 37 | <arguments>
|
31 |
| - <argument name="storeManager" xsi:type="object">Magento\Store\Model\StoreManagerInterface\Proxy</argument> |
| 38 | + <argument name="storeManager" xsi:type="object">Magento\Store\Model\StoreManagerInterface\Proxy</argument> |
32 | 39 | </arguments>
|
33 | 40 | </type>
|
34 | 41 | <type name="Magento\Store\Model\Resolver\Website">
|
35 | 42 | <arguments>
|
36 |
| - <argument name="storeManager" xsi:type="object">Magento\Store\Model\StoreManagerInterface\Proxy</argument> |
| 43 | + <argument name="storeManager" xsi:type="object">Magento\Store\Model\StoreManagerInterface\Proxy</argument> |
37 | 44 | </arguments>
|
38 | 45 | </type>
|
39 | 46 | <type name="Magento\Store\Model\Config\Reader\ReaderPool">
|
|
49 | 56 | </type>
|
50 | 57 | <preference for="Magento\Framework\App\Config\Scope\ReaderPoolInterface" type="Magento\Store\Model\Config\Reader\ReaderPool"/>
|
51 | 58 | <preference for="Magento\Framework\App\ScopeResolverInterface" type="Magento\Store\Model\Resolver\Store" />
|
52 |
| - <preference for="Magento\Framework\App\Router\PathConfigInterface" type="Magento\Store\Model\PathConfig" /> |
| 59 | +<preference for="Magento\Framework\App\Router\PathConfigInterface" type="Magento\Store\Model\PathConfig" /> |
53 | 60 | <type name="Magento\Framework\App\Action\Action">
|
54 | 61 | <plugin name="storeCheck" type="Magento\Store\App\Action\Plugin\StoreCheck" sortOrder="10"/>
|
55 |
| - <plugin name="designLoader" type="Magento\Framework\App\Action\Plugin\Design" sortOrder="30"/> |
56 |
| - </type> |
57 |
| - <type name="Magento\Framework\Url\SecurityInfo"> |
58 |
| - <plugin name="storeUrlSecurityInfo" type="Magento\Store\Url\Plugin\SecurityInfo"/> |
59 |
| - </type> |
60 |
| - <type name="Magento\Framework\Url\RouteParamsResolver"> |
61 |
| - <plugin name="storeUrlRouteParamsResolver" type="Magento\Store\Url\Plugin\RouteParamsResolver"/> |
62 |
| - </type> |
| 62 | + <plugin name="designLoader" type="Magento\Framework\App\Action\Plugin\Design" sortOrder="30"/> |
| 63 | + </type> |
| 64 | +<type name="Magento\Framework\Url\SecurityInfo"> |
| 65 | + <plugin name="storeUrlSecurityInfo" type="Magento\Store\Url\Plugin\SecurityInfo"/> |
| 66 | +</type> |
| 67 | +<type name="Magento\Framework\Url\RouteParamsResolver"> |
| 68 | + <plugin name="storeUrlRouteParamsResolver" type="Magento\Store\Url\Plugin\RouteParamsResolver"/> |
| 69 | +</type> |
63 | 70 | <type name="Magento\Store\Model\Resource\Website\Collection">
|
64 | 71 | <arguments>
|
65 | 72 | <argument name="fetchStrategy" xsi:type="object">Magento\Store\Model\Resource\Website\Collection\FetchStrategy</argument>
|
|
130 | 137 | </type>
|
131 | 138 | <type name="Magento\Framework\Module\Output\Config">
|
132 | 139 | <arguments>
|
133 |
| - <argument name="scopeType" xsi:type="const">Magento\Store\Model\ScopeInterface::SCOPE_STORE</argument> |
| 140 | + <argument name="scopeType" xsi:type="const">Magento\Store\Model\ScopeInterface::SCOPE_STORE</argument> |
134 | 141 | </arguments>
|
135 | 142 | </type>
|
136 | 143 | <type name="Magento\Framework\Session\Config">
|
137 | 144 | <arguments>
|
138 |
| - <argument name="scopeType" xsi:type="const">Magento\Store\Model\ScopeInterface::SCOPE_STORE</argument> |
| 145 | + <argument name="scopeType" xsi:type="const">Magento\Store\Model\ScopeInterface::SCOPE_STORE</argument> |
139 | 146 | </arguments>
|
140 | 147 | </type>
|
141 | 148 | <type name="Magento\Framework\Session\SidResolver">
|
142 | 149 | <arguments>
|
143 |
| - <argument name="scopeType" xsi:type="const">Magento\Store\Model\ScopeInterface::SCOPE_STORE</argument> |
| 150 | + <argument name="scopeType" xsi:type="const">Magento\Store\Model\ScopeInterface::SCOPE_STORE</argument> |
144 | 151 | </arguments>
|
145 | 152 | </type>
|
146 | 153 | <type name="Magento\Framework\View\Layout\Element\Layout">
|
|
0 commit comments