You are here

function node_post_update_node_revision_views_data in Drupal 8

Clear caches due to updated views data.

File

core/modules/node/node.post_update.php, line 35
Post update functions for Node.

Code

function node_post_update_node_revision_views_data() {

  // Empty post-update hook.
}