Next to altering the exact form id (eg node_author_form) it would be nice to be able to alter base form ids (eg node_form)
Implementing what https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Form!form.api.php... does, basically.
Next to altering the exact form id (eg node_author_form) it would be nice to be able to alter base form ids (eg node_form)
Implementing what https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Form!form.api.php... does, basically.
Comments
Comment #2
spoit commentedComment #4
robin.ingelbrecht commentedAdded support for this hook. Check examples folder to see how to use it.
Comment #5
spoit commentedAwesome! thx