function node_uninstall

Same name and namespace in other branches
  1. 9 core/modules/node/node.install \node_uninstall()
  2. 8.9.x core/modules/node/node.install \node_uninstall()
  3. 10 core/modules/node/node.install \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.