Enter a type and click search.




Results for Magento\Deploy\Model\Plugin\ConfigChangeDetector

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

<type name="Magento\Framework\App\FrontControllerInterface">
    <plugin name="configHash"
            type="Magento\Deploy\Model\Plugin\ConfigChangeDetector"
            sortOrder="50"></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\Deploy\Model\Plugin\ConfigChangeDetector plugin class with Magento\Framework\App\FrontControllerInterface objects.