Skip to content

Moved entity_usage_post_update_regenerate_2x() out of entity_usage.install into entity_usage.post_update.php.

As per https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Extension%21module.api.php/function/hook_post_update_NAME/9.4.x, hook_post_update_NAME functions have to be placed in a MODULE.post_update.php file or a THEME.post_update.php file.

Closes #3291423

Merge request reports