profile

M Bytes

🟧 M Bytes #10: Magento's dependency injection container


by M.academy​

Hey Reader,

This week, we're heading back to the basics and talking all about Magento's dependency injection container: Object Manager.

While you probably know not to use OM directly, ...do you know why? This tripped me up for a while, but it's an absolute must-know for any backend Magento dev.

When I interviewed Magento developers for open positions, asking "Explain what Object Manager is and why it works" was always one of my favorite types of interview questions, because 1) it's open-ended (so you can easily tell if someone is using an AI to answer), and 2) it shows their breadth of knowledge of M2.

If you're not completely sure what Magento's Object Manager is and how it works, or just want a refresher, this week is for you 👇

Keep coding,

Mark Shust

Teacher / M.academy

Say hi 👋 on LinkedIn & YouTube​

Explore application modes in Magento

If you just installed Magento, it comes with "default" mode toggled on by default. But this is the worst application mode available, because it's not good for development or production. Find out why:

Understanding Object Manager in Magento 2

Why use dependency injection to create objects in Magento, and why does Object Manager exist?

...and would you ever want to use Object Manager directly in your code? The answer may surprise you 🤔:

OM: The Container Class

What really is Magento's object manager?

Well, it has to do with dependency injection. Magento's Object Manager works hand-in-hand with the dependency injection (DI) layer in Magento 2; you can't really have one without the other.

The Dependency Inversion principle states that high-level modules with complex logic should be easily reusable, and that abstractions should not depend on the details (aka concrete/standard classes).

When you flip around how dependencies are created and rather "inject" them into constructors, you are delegating the task of creating and managing these objects. And they are delegated to what is called a "dependency injection container" class.

In Magento, the DI container class is the Object Manager. This is the class responsible for loading and handling all of the dependencies of just about all objects in the framework.

This allows you to request an instance of an object, and not care about how its internal dependencies are handled. You'll just get back your intended object, complete with all of its loaded dependencies.

Set developer mode in Magento

Now that you know why you need developer mode enabled, let's go ahead and toggle it on, so Magento can create static assets and generated code automatically:

Want to dive much deeper?

We talked about Magento's "object manager", ...but there are hundreds of other concepts in Magento you need to know.

So, I gathered them all the backend fundamentals and put them together into a single course 🤓

My original Kickstart course was launched in 2019, but it has since been COMPLETELY revamped and updated based on feedback over the years.

It is still, by far, my most popular course, with over 990 enrollments! (we're less than 10 away from 1,000.... and you can help make that happen! đŸĨš)

I generally don't like long courses, but that's because they are dragged out and boring. I don't like fluff, small talk, or talking about stuff that doesn't matter.

So this is hours of no-B.S., cut-to-the-chase value. And you can tell, because when you divide up the 4.5 hours of course length over 82 lessons, that means the average lesson is only a bit over 3 minutes (!)

Learn it bit by bit, chip by chip, chunk by chunk.

By focusing on the essentials, clearing out all of the clutter junk in usual lessons, and focusing on one. single. thing — I guarantee that every PHP dev can truly start learning Magento (and yes, it's guaranteed or your money back).

And, this is the best price it's been over the last 3+ years 😄

​

M.academy​
8940 Sassafras Cir, N. Royalton, OH 44133

​Remove me from M Bytes, remove me from everything or manage your profile​

M Bytes

Watch. Read. Apply. One topic every week.

Share this page