function comment_update_8001 in Drupal 8
Clear caches to fix Comment entity list builder and operations Views field.
File
- core/
modules/ comment/ comment.install, line 146 - Install, update and uninstall functions for the Comment module.
Code
function comment_update_8001() {
// Empty update to cause a cache flush to rebuild comment entity handler
// information, so that comment operation links work.
}