function node_modules_uninstalled

Implements hook_modules_uninstalled().

Cleanup {block_node_type} table from modules' blocks.

File

modules/node/node.module, line 2496

Code

function node_modules_uninstalled($modules) {
  db_delete('block_node_type')->condition('module', $modules, 'IN')
    ->execute();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.