Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. node.install

function node_uninstall

Implements hook_uninstall().

File

core/modules/node/node.install, line 152

Code

function node_uninstall() : void {
    // Delete remaining general module variables.
    \Drupal::state()->delete('node.node_access_needs_rebuild');
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal