Skip to content
Snippets Groups Projects

Issue #3200010: Reliance on hook_rebuild() causes slow deployments

1 file
+ 0
9
Compare changes
  • Side-by-side
  • Inline
@@ -33,15 +33,6 @@ function drupal_contributions_cron() {
}
}
/**
* Implements hook_rebuild().
*
* Rebuild expensive cache items that need to be rebuilt immediately.
*/
function drupal_contributions_rebuild() {
\Drupal::service('drupal_contributions.contribution_credit_api')->getCreditsFetch();
}
/**
* Implements hook_theme().
*/
Loading