-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdi.xml
35 lines (34 loc) · 1.32 KB
/
di.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0"?>
<!--
/**
* Copyright © element119. All rights reserved.
* See LICENCE.txt for licence details.
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<type name="Magento\Framework\Console\CommandList">
<arguments>
<argument name="commands" xsi:type="array">
<item name="IndexerLockAll" xsi:type="object">
Element119\IndexerDeployConfig\Console\Command\IndexerLockAll
</item>
</argument>
</arguments>
</type>
<type name="Magento\Deploy\Model\DeploymentConfig\ImporterPool">
<arguments>
<argument name="importers" xsi:type="array">
<item name="indexers" xsi:type="array">
<item name="importer_class" xsi:type="string">
Element119\IndexerDeployConfig\Model\Config\Importer
</item>
<item name="validator_class" xsi:type="string">
Element119\IndexerDeployConfig\Model\Config\Validator
</item>
<item name="sort_order" xsi:type="number">1000</item>
</item>
</argument>
</arguments>
</type>
</config>