Change record status: 
Project: 
Introduced in branch: 
2.0.x
Introduced in version: 
2.0.0
Description: 

Before:

  • Your plugins would live in src/Plugin/GroupContentEnabler
  • Your plugins would be annotated as "@GroupContentEnabler"

After:

  • Your plugins live in src/Plugin/Group/Relation
  • Your plugins are annotated as "@GroupRelationType"
Impacts: 
Site builders, administrators, editors
Module developers
Site templates, recipes and distribution developers