1

I know this question is asked many time by another user but all of them describe "how we can use magento DI" ? they does not speak about how magento pass object that constructor method needed or how magento find constructor need which object

1 Answer 1

0

The di.xml file configures which dependencies are injected by the object manager. You can also specify sensitive configuration settings using di.xml

Magento loads the configuration in the following stages:

  • Initial (app/etc/di.xml)

  • Global (/etc/di.xml)

  • Area-specific (/etc//di.xml)

1
  • and magento how to find which constractor need which object ? Commented May 14, 2019 at 4:59

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.