function node_uninstall
Implements hook_uninstall().
File
- 
              core/modules/ node/ node.install, line 152 
Code
function node_uninstall() {
  // Delete remaining general module variables.
  \Drupal::state()->delete('node.node_access_needs_rebuild');
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
