Drupal is changing a lot in 8.x, and one of those major changes is adding the Drupal Dependency Container. What is that exactly? Explain Yourself Dependency injection is a design pattern used to dynamically load service objects, such as a mail delivery service. Normally an object decides what service classes it will use – it… Continue reading Dependency Injection and Drupal 8