function opigno_forum_node_insert in Opigno forum 8
Same name and namespace in other branches
- 3.x opigno_forum.module \opigno_forum_node_insert()
Implements hook_ENTITY_TYPE_insert().
File
- ./
opigno_forum.module, line 107 - Contains opigno_forum.module.
Code
function opigno_forum_node_insert(NodeInterface $node) {
ForumTopicHandler::get()
->onNodeInsert($node);
}