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

spoit created an issue. See original summary.

spoit’s picture

Issue summary: View changes

robin.ingelbrecht’s picture

Status: Active » Fixed

Added support for this hook. Check examples folder to see how to use it.

spoit’s picture

Status: Fixed » Closed (fixed)

Awesome! thx