Skip to content
Snippets Groups Projects

hook attempt

Compare and
41 files
+ 1724
653
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
0
@@ -439,6 +439,9 @@ function drupal_flush_all_caches($kernel = NULL) {
// Rebuild module data that is stored in state.
\Drupal::service('extension.list.module')->reset();
// Reload modules.
\Drupal::moduleHandler()->reload();
// Rebuild all information based on new module data.
\Drupal::moduleHandler()->invokeAll('rebuild');
Loading