| Introduced in branch/version |
Notice created |
Change |
|---|---|---|
| 8.6.x / 8.6.0-alpha1 | 09-May-2018 | Use http_kernel.controller.argument_resolver service to get arguments instead of controller_resolver service |
| 8.0.x / 8.0.0-alpha15 | 09-Sep-2014 | submit() is removed from EntityFormInterface, logic moved into submitForm() and save() |
| 8.x | 22-Aug-2014 | Entity "controllers" are renamed to handlers |
| 8.x | 28-Aug-2013 | Add a FormBase class containing useful methods to avoid boilerplate code |
| 8.x | 04-Jun-2013 | Controller derivation moved from RouteSubscriber to RouteEnhancers |
| 8.x | 17-May-2013 | Role entities are managed with RoleListController and RoleFormController |
| 8.x | 16-Aug-2012 | Entity forms are now managed by form controllers |