Enter a type and click search.




Results for Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend

File: vendor/magento/module-configurable-product/etc/di.xml

<type name="Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend">
    <plugin name="ConfigurableProduct::skipValidation"
            type="Magento\ConfigurableProduct\Plugin\Model\Attribute\Backend\AttributeValidation"></plugin>
</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 also tells the object manager to use the Magento\ConfigurableProduct\Plugin\Model\Attribute\Backend\AttributeValidation plugin class with Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend objects.

Results for Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend

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

<type name="Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend">
    <plugin name="attributeValidation"
            type="Magento\Catalog\Plugin\Model\Attribute\Backend\AttributeValidation"></plugin>
</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 also tells the object manager to use the Magento\Catalog\Plugin\Model\Attribute\Backend\AttributeValidation plugin class with Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend objects.