You are here

function scheduler_api_test_scheduler_node_publish_process in Scheduler 2.x

Implements hook_scheduler_node_publish_process().

File

tests/modules/scheduler_api_test/scheduler_api_test.module, line 447
Hook implementations of the Scheduler API Test module.

Code

function scheduler_api_test_scheduler_node_publish_process(NodeInterface $node) {

  // Use the generic publish_process helper function.
  return _api_publish_process($node);
}