function blockcache_alter_node_delete in Block Cache Alter 7
Implementation of hook_node_delete().
File
- ./
blockcache_alter.module, line 367 - Block cache alter module.
Code
function blockcache_alter_node_delete($node) {
_blockcache_alter_cleanup('node', $node->type);
return;
}