You are here

function toc_node_node_update in TOC Node 8

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

Implements hook_node_update().

File

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

Code

function toc_node_node_update(node\NodeInterface $node) {
}