11 Useful Functions for Managing Your Drupal 7 Configuration in Code Technical Q&A | 2 min read In Drupal 8 or above managing configuration in code is not a challenge, but in the case of Drupal 7, it is still a big issue. Developers often create a module for this and use hook_update to maintain configuration in code.