You are here

function node_post_update_rebuild_node_revision_routes in Drupal 9

Rebuild the node revision routes.

File

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

Code

function node_post_update_rebuild_node_revision_routes() {

  // Empty update to rebuild routes.
}