DrupalCon Amsterdam 2014: An Overview of the Drupal 8 Plugin System
About this talk
This talk covers the transition from using hook_block_info() to implementing Block Plugins in Drupal 8. The speaker, Joe, leverages his experience with the Drupal 8 plugin system to explain critical concepts such as the discovery of plugins, their annotations, and the process of defining a plugin. He also discusses using plugin derivatives for creating multiple instances of a single plugin and how to define new plugin types within custom modules. This presentation is essential for developers looking to create new Drupal 8 modules or migrate code from Drupal 7, as it clarifies the role of plugins in Drupal 8 architecture and how they relate to previous knowledge of info hooks and callback functions.