Loading core/lib/Drupal/Core/Extension/module.api.php +2 −1 Original line number Diff line number Diff line Loading @@ -826,7 +826,8 @@ function hook_update_N(&$sandbox) { * a THEME.post_update.php file. * * These updates are executed after all hook_update_N() implementations. At this * stage Drupal is already fully repaired so you can use any API as you wish. * stage Drupal is already fully bootstrapped so you can use any API as you * wish. * * NAME can be arbitrary machine names. In contrast to hook_update_N() the * alphanumeric naming of functions in the file is the only thing which ensures Loading Loading
core/lib/Drupal/Core/Extension/module.api.php +2 −1 Original line number Diff line number Diff line Loading @@ -826,7 +826,8 @@ function hook_update_N(&$sandbox) { * a THEME.post_update.php file. * * These updates are executed after all hook_update_N() implementations. At this * stage Drupal is already fully repaired so you can use any API as you wish. * stage Drupal is already fully bootstrapped so you can use any API as you * wish. * * NAME can be arbitrary machine names. In contrast to hook_update_N() the * alphanumeric naming of functions in the file is the only thing which ensures Loading