Enter a type and click search.




Results for Magento\Framework\EntityManager\HydratorPool

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

<type name="Magento\Framework\EntityManager\HydratorPool">
    <arguments>
        <argument name="hydrators" xsi:type="array">
            <item name="Magento\SalesRule\Api\Data\RuleInterface"
                  xsi:type="string">
                Magento\Framework\EntityManager\AbstractModelHydrator
            </item>
            <item name="Magento\SalesRule\Api\Data\CouponInterface"
                  xsi:type="string">
                Magento\Framework\EntityManager\AbstractModelHydrator
            </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\HydratorPool object that the following arguments should be used in the foo object's constructor.

  • $hydrators = [...items...];
Results for Magento\Framework\EntityManager\HydratorPool

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

<type name="Magento\Framework\EntityManager\HydratorPool">
    <arguments>
        <argument name="hydrators" xsi:type="array">
            <item name="Magento\Cms\Api\Data\PageInterface"
                  xsi:type="string">
                Magento\Framework\EntityManager\AbstractModelHydrator
            </item>
            <item name="Magento\Cms\Api\Data\BlockInterface"
                  xsi:type="string">
                Magento\Framework\EntityManager\AbstractModelHydrator
            </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\HydratorPool object that the following arguments should be used in the foo object's constructor.

  • $hydrators = [...items...];
Results for Magento\Framework\EntityManager\HydratorPool

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

<type name="Magento\Framework\EntityManager\HydratorPool">
    <arguments>
        <argument name="hydrators" xsi:type="array">
            <item name="Magento\Sales\Api\Data\ShipmentTrackCreationInterface"
                  xsi:type="string">
                Magento\Framework\EntityManager\HydratorInterface
            </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\HydratorPool object that the following arguments should be used in the foo object's constructor.

  • $hydrators = [...items...];
Results for Magento\Framework\EntityManager\HydratorPool

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

<type name="Magento\Framework\EntityManager\HydratorPool">
    <arguments>
        <argument name="hydrators" xsi:type="array">
            <item name="Magento\Bundle\Api\Data\OptionInterface"
                  xsi:type="string">
                Magento\Framework\EntityManager\AbstractModelHydrator
            </item>
            <item name="Magento\Bundle\Model\Selection"
                  xsi:type="string">
                Magento\Framework\EntityManager\AbstractModelHydrator
            </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\HydratorPool object that the following arguments should be used in the foo object's constructor.

  • $hydrators = [...items...];
Results for Magento\Framework\EntityManager\HydratorPool

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

<type name="Magento\Framework\EntityManager\HydratorPool">
    <arguments>
        <argument name="hydrators" xsi:type="array">
            <item name="Magento\CatalogRule\Api\Data\RuleInterface"
                  xsi:type="string">
                Magento\Framework\EntityManager\AbstractModelHydrator
            </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\HydratorPool object that the following arguments should be used in the foo object's constructor.

  • $hydrators = [...items...];
Results for Magento\Framework\EntityManager\HydratorPool

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

<type name="Magento\Framework\EntityManager\HydratorPool">
    <arguments>
        <argument name="hydrators" xsi:type="array">
            <item name="Magento\Catalog\Api\Data\CategoryInterface"
                  xsi:type="string">
                Magento\Framework\EntityManager\AbstractModelHydrator
            </item>
            <item name="Magento\Catalog\Api\Data\CategoryTreeInterface"
                  xsi:type="string">
                Magento\Framework\EntityManager\AbstractModelHydrator
            </item>
            <item name="Magento\Catalog\Api\Data\ProductInterface"
                  xsi:type="string">
                Magento\Catalog\Model\Product\Hydrator
            </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\HydratorPool object that the following arguments should be used in the foo object's constructor.

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