comparison core/modules/node/node.post_update.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
25 'display_label' => TRUE, 25 'display_label' => TRUE,
26 ], 26 ],
27 ])->save(); 27 ])->save();
28 } 28 }
29 } 29 }
30
31 /**
32 * Clear caches due to updated views data.
33 */
34 function node_post_update_node_revision_views_data() {
35 // Empty post-update hook.
36 }