hook_form_alter
Call it The GCDLADB if you like.
Granular ISLE Customization: Implementing IMI Hooks 1 min read Sep 29, 2019 | Updated: Nov 21, 2019 20:38
Granular ISLE Customization This post is part of a series describing Digital.Grinnell customizations to ISLE, in a “granular” format… one small customization at a time. An index of all documents in this series is included at the end of Granular ISLE Customization: Series Guidelines. Goal Statement In this “granular” post I’ll introduce two customizations to IMI that implement and engage Drupal “hook” functions, namely: hook_islandora_multi_importer_remote_file_get(), and hook_form_islandora_multi_importer_form_alter(). Drupal 7 Hooks See Understanding the hook system for Drupal modules to better understand what Drupal v7 hook functions are, and how they work. ...