You are here

function toc_node_node_insert in TOC Node 8

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

Implements hook_node_insert().

File

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

Code

function toc_node_node_insert(node\NodeInterface $node) {
}