You are here

function toc_node_node_delete in TOC Node 8

Same name and namespace in other branches
  1. 7 toc_node.module \toc_node_node_delete()

Implements hook_node_delete().

File

./toc_node.module, line 329
This is the main module file for TOC Node.

Code

function toc_node_node_delete(node\NodeInterface $node) {
}