Skip to content

Instantly share code, notes, and snippets.

View bisonbleu's full-sized avatar

Renaud Joubert bisonbleu

View GitHub Profile
@wayne-weibel
wayne-weibel / reset_hook_post_update.php
Last active January 24, 2023 10:44
Drupal 9.x Drush 10.x PHP Script to Reset Post Update Hooks, see https://drupal.stackexchange.com/q/238682/11788
<?php
use Drush\Commands\DrushCommands;
/**
* @file
* Reset module hook_post_update_NAME
*
* A tool for developing and debugging post_update hooks.
*