Enter a type and click search.




Results for Magento\Framework\EntityManager\Operation\AttributePool

File: vendor/magento/module-eav/etc/di.xml

<type name="Magento\Framework\EntityManager\Operation\AttributePool">
    <arguments>
        <argument name="extensionActions" xsi:type="array">
            <item name="eav" xsi:type="array">
                <item name="default" xsi:type="array">
                    <item name="read" xsi:type="string">
                        Magento\Eav\Model\ResourceModel\ReadHandler
                    </item>
                    <item name="create" xsi:type="string">
                        Magento\Eav\Model\ResourceModel\CreateHandler
                    </item>
                    <item name="update" xsi:type="string">
                        Magento\Eav\Model\ResourceModel\UpdateHandler
                    </item>
                </item>
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This configuration tells the Object Manager that when a user wants a Magento\Framework\EntityManager\Operation\AttributePool object that the following arguments should be used in the foo object's constructor.

  • $extensionActions = [...items...];
Results for Magento\Framework\EntityManager\Operation\AttributePool

File: vendor/magento/module-sales-rule/etc/di.xml

<type name="Magento\Framework\EntityManager\Operation\AttributePool">
    <arguments>
        <argument name="extensionActions" xsi:type="array">
            <item name="salesRule" xsi:type="array">
                <item name="Magento\SalesRule\Api\Data\RuleInterface"
                      xsi:type="array">
                    <item name="read" xsi:type="string">
                        Magento\SalesRule\Model\ResourceModel\ReadHandler
                    </item>
                    <item name="create" xsi:type="string">
                        Magento\SalesRule\Model\ResourceModel\SaveHandler
                    </item>
                    <item name="update" xsi:type="string">
                        Magento\SalesRule\Model\ResourceModel\SaveHandler
                    </item>
                </item>
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This configuration tells the Object Manager that when a user wants a Magento\Framework\EntityManager\Operation\AttributePool object that the following arguments should be used in the foo object's constructor.

  • $extensionActions = [...items...];
Results for Magento\Framework\EntityManager\Operation\AttributePool

File: vendor/magento/module-catalog-rule/etc/di.xml

<type name="Magento\Framework\EntityManager\Operation\AttributePool">
    <arguments>
        <argument name="extensionActions" xsi:type="array">
            <item name="catalogRule" xsi:type="array">
                <item name="Magento\CatalogRule\Api\Data\RuleInterface"
                      xsi:type="array">
                    <item name="read" xsi:type="string">
                        Magento\CatalogRule\Model\ResourceModel\ReadHandler
                    </item>
                    <item name="create" xsi:type="string">
                        Magento\CatalogRule\Model\ResourceModel\SaveHandler
                    </item>
                    <item name="update" xsi:type="string">
                        Magento\CatalogRule\Model\ResourceModel\SaveHandler
                    </item>
                </item>
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This configuration tells the Object Manager that when a user wants a Magento\Framework\EntityManager\Operation\AttributePool object that the following arguments should be used in the foo object's constructor.

  • $extensionActions = [...items...];
Results for Magento\Framework\EntityManager\Operation\AttributePool

File: vendor/magento/module-catalog/etc/di.xml

<type name="Magento\Framework\EntityManager\Operation\AttributePool">
    <arguments>
        <argument name="extensionActions" xsi:type="array">
            <item name="eav" xsi:type="array">
                <item name="Magento\Catalog\Api\Data\CategoryTreeInterface"
                      xsi:type="array">
                    <item name="create" xsi:type="string">
                        Magento\Catalog\Model\ResourceModel\CreateHandler
                    </item>
                    <item name="update" xsi:type="string">
                        Magento\Catalog\Model\ResourceModel\UpdateHandler
                    </item>
                </item>
                <item name="Magento\Catalog\Api\Data\CategoryInterface"
                      xsi:type="array">
                    <item name="create" xsi:type="string">
                        Magento\Catalog\Model\ResourceModel\CreateHandler
                    </item>
                    <item name="update" xsi:type="string">
                        Magento\Catalog\Model\ResourceModel\UpdateHandler
                    </item>
                </item>
                <item name="Magento\Catalog\Api\Data\ProductInterface"
                      xsi:type="array">
                    <item name="create" xsi:type="string">
                        Magento\Catalog\Model\ResourceModel\CreateHandler
                    </item>
                    <item name="update" xsi:type="string">
                        Magento\Catalog\Model\ResourceModel\UpdateHandler
                    </item>
                </item>
            </item>
            <item name="websites" xsi:type="array">
                <item name="Magento\Catalog\Api\Data\ProductInterface"
                      xsi:type="array">
                    <item name="create" xsi:type="string">
                        Magento\Catalog\Model\ResourceModel\ProductWebsiteAssignmentHandler
                    </item>
                </item>
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This configuration tells the Object Manager that when a user wants a Magento\Framework\EntityManager\Operation\AttributePool object that the following arguments should be used in the foo object's constructor.

  • $extensionActions = [...items...];