Skip to content

Instantly share code, notes, and snippets.

@fazni
Last active March 31, 2020 10:10
Show Gist options
  • Save fazni/5aa806a85f39a44f68c7d7d1b6c4cfa7 to your computer and use it in GitHub Desktop.
Save fazni/5aa806a85f39a44f68c7d7d1b6c4cfa7 to your computer and use it in GitHub Desktop.
Cheat sheet Drupal 8

Run a single specific Drupal update hook using Drush

drush php-eval "module_load_install('MYMODULE'); MYMODULE_update_NUMBER();"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment