You are here

function scheduler_node_insert in Scheduler 8

Same name and namespace in other branches
  1. 7 scheduler.module \scheduler_node_insert()

Implements hook_ENTITY_TYPE_insert() for node entities.

File

./scheduler.module, line 548
Scheduler publishes and unpublishes nodes on dates specified by the user.

Code

function scheduler_node_insert(EntityInterface $node) {

  // Removed RULES code but keep the function. There may be code to add here.
  // @todo remove this comment when done. JSS Sep 2016.
}