Drupal Planet

Improving Group (and core) with a modular handler system

Source
Factorial.io

Entity types in core come with what is known as handlers: Various smaller classes that carry out a specific task for the entity type. Group copied this system for its own plugins, but quickly found out that there are severe extensibility limitations to how core deals with handler declarations.

Call for Support