D8 & Symfony: Dive Into the Core Concepts that Make Each Fly

What magic happens between the start of a D8 request and the page being returned? How do routes and controllers fit in? Where are services useful and how are they built? How does Composer fit into all of this?

These questions are at the "foundation" of the D8 architecture and of the Symfony framework itself. In this workshop, you'll get an intro into routes, controllers, services and events: the 4 concepts that most fundamentally drive the new Drupal architecture. With these new tricks, we'll start to pull apart the layers of Drupal to see how things actually work. We'll also use Drupal Console to generate code and find out how we can use Composer to integrate any PHP package.

By the end of the workshop, D8 will look a whole lot less mysterious. And as a bonus, the Symfony framework will look simple. Go forth and build something amazing!

Learning Objectives

- mastering the fundamentals of the route, controller, Response system
- introduction and practical usage of events
- learning to debug and understand existing events that make D8 go
- understanding a "service" and the "container" so that you can leverage the many tools in D8
- create your own services
- put dependency injection to work and really understand that principle
- understand how the core D8 services are built
- see how Composer's role fits into Drupal

Prerequisites

- Drupal 7 knowledge
- comfortable coding in PHP
- some object oriented experience

Target Audience

Drupal developers who have anywhere from no experience to mild experience with the core Drupal 8 concepts (routing, services, etc) will benefit most from this training. You'll start with only some (or no) knowledge of how these new pieces in Drupal 8 work, and leave feeling really confident (hopefully almost bored) with how this new stuff works and how to leverage it.

Dev Environments

Use any environment is most comfortable to you. But, we require PHP 5.5.9 or higher, a Drupal 8 install (through whatever means you want) and access to the command line (Git bash is wonderful for Windows).

Training Company

Symfony

Training Team

- Private group -

Experience Level

Beginner