- Issue created by @marcofernandes
- Merge request !613Issue #3522739: More control on hook_gin_content_form_routes_alter() → (Open) created by marcofernandes
For my module, I added a couple forms for all content entity types but I don't want Gin to alter these forms. Currently I can't because after running all hook_gin_content_form_routes_alter() hooks, any form that base_form_id = node_form will be altered by Gin.
Add a new form class to an entity type (like node) and check that form.
Let hooks to run last.
Active
4.0
Code