Enter a type and click search.




Results for Magento\Cron\Observer\ProcessCronQueueObserver

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

<type name="Magento\Cron\Observer\ProcessCronQueueObserver">
    <arguments>
        <argument name="shell" xsi:type="object">
            shellBackground
        </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\Cron\Observer\ProcessCronQueueObserver object that the following arguments should be used in the foo object's constructor.