Skip to content
Snippets Groups Projects
Commit be21457c authored by Jaydev Bhatt's avatar Jaydev Bhatt
Browse files

Issue #3281676: Replace deprecated invalidateAll() with deleteAll() in uninstall hook..

parent 1f63d35b
No related branches found
No related tags found
1 merge request!28Issue #3281676: Update Views’ paths dynamically based on admin path setting
......@@ -44,5 +44,5 @@ function rename_admin_paths_uninstall(): void {
}
// Clear the render cache to reflect the changes.
\Drupal::service('cache.render')->invalidateAll();
\Drupal::service('cache_tags.invalidator')->invalidateTags(['rendered']);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment