Drupal 11: Get List Of Previously Executed Post Update Hooks

Use the following command to get a list of all previously executed hook_post_update_NAME() hooks.

drush php:eval 'print_r(\Drupal::keyValue("post_update")->get("existing_updates"));'

 

Add new comment

The content of this field is kept private and will not be shown publicly.