Enter a type and click search.




Results for Magento\Framework\Model\ActionValidator\RemoveAction\Allowed

File: vendor/magento/module-webapi/etc/webapi_soap/di.xml

<preference for="Magento\Framework\Model\ActionValidator\RemoveAction"
            type="Magento\Framework\Model\ActionValidator\RemoveAction\Allowed"></preference>

This is a preference configuration.

This configuration is for the webapi_soap area. This is the area that corresponds with the SOAP Api sub-application.

This preference configuration tells the Object Manager when a user wants a Magento\Framework\Model\ActionValidator\RemoveAction object that it should return a Magento\Framework\Model\ActionValidator\RemoveAction\Allowed object.

Results for Magento\Framework\Model\ActionValidator\RemoveAction\Allowed

File: vendor/magento/module-webapi/etc/webapi_rest/di.xml

<preference for="Magento\Framework\Model\ActionValidator\RemoveAction"
            type="Magento\Framework\Model\ActionValidator\RemoveAction\Allowed"></preference>

This is a preference configuration.

This configuration is for the webapi_rest area. This is the area that corresponds with the REST Api sub-application.

This preference configuration tells the Object Manager when a user wants a Magento\Framework\Model\ActionValidator\RemoveAction object that it should return a Magento\Framework\Model\ActionValidator\RemoveAction\Allowed object.

Results for Magento\Framework\Model\ActionValidator\RemoveAction\Allowed

File: vendor/magento/module-backend/etc/adminhtml/di.xml

<preference for="Magento\Framework\Model\ActionValidator\RemoveAction"
            type="Magento\Framework\Model\ActionValidator\RemoveAction\Allowed"></preference>

This is a preference configuration.

This configuration is for the adminhtml area. This is the area that corresponds with the Magento admin sub-application.

This preference configuration tells the Object Manager when a user wants a Magento\Framework\Model\ActionValidator\RemoveAction object that it should return a Magento\Framework\Model\ActionValidator\RemoveAction\Allowed object.