Plugin API in Drupal 8
Why plugins?TBD [see comment] Overview:The D8 plugin system provides a set of guidelines and reusable code components to allow developers to expose pluggable components within their code and (as...
View ArticleD8 Plugin types (plugin managers)
The plugin manager is the central controlling class that defines how the plugins of a particular type will be discovered and instantiated. This class is called directly in any module wishing to invoke...
View ArticleD8 Plugin discovery
Plugin discovery is the process by which Drupal finds plugins of a given type. A discovery method must be set for every plugin type (explained in the plugin manager documentation).The discovery...
View ArticleDrupal 8 Updates and How to Help
Want help getting started in D8? Maybe you should check out Core contribution mentoring?We are hard at work on the next version of Drupal. Some of the great things planned include better HTML5 and...
View Article