By berliner, 9 February, 2023 Run post update hook repeatedly using drush Sometimes during development, you need to run the same post update hook repeatedly. Instead of resetting Drupals internal registry on already-run updates, we can also use drush to run a specific hook manually.
By berliner, 23 December, 2021 Exporting variables in Drupal 9 I couldn't find information on this easily, so I thought it's worth putting this here. The equivalent of drupal_var_export() / ctools_var_export() in Drupal 8/9 is Variable::export():