Object composition exposed to site builders: The Cfr Plugin API - donquixote

Video Description

The session presents a new family of modules which can be seen as

An alternative to the Drupal 8 plugin architecture (*).
Object composition exposed to site builders.
The modules provide

A wide range of small interfaces and classes for various functionality within Drupal.
A system for the site builder to configure and compose instances of these classes, with recursively nested dynamic sub-forms based on constructor or factory signatures.
Integration with existing Drupal subsystems, where these components can be used.
The system may change the way you work with Drupal and think about site building problems. You end up with a lot of "S.O.L.I.D." and reusable code, and a nice division of responsibilities between developer and site builder.