Chapter 8. Creating Magento 2 Extensions – Advanced
In this chapter, we will cover some of the more advanced features when building Magento 2 extensions in the following recipes:
- Using dependency injection to pass classes to your own class
- Modifying functions with the use of plugins – Interception
- Creating your own XML module configuration file
- Creating your own product type
- Working with service layers/contracts
- Creating a Magento CLI command option