How to utilize services and dependency injection in Drupal 8

mikemiles86

Drupal 8 introduced services, decoupled objects managed by the services container. These objects are used by Drupal core and modules to create reusable functionality and perform operations like accessing the database or sending an email. Knowing how to utilize, alter and create service objects provides developers greater ability to control and extend the behavior of Drupal. Beyond anything that simple hook functions provide. In this session developers will learn how to leverage dependency injection and the Drupal 8 service container to alter and extend the functionality of Drupal.

Track

Development & Coding