You are here

function scheduler_api_test_scheduler_publishing_allowed in Scheduler 2.x

Implements hook_scheduler_publishing_allowed().

File

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

Code

function scheduler_api_test_scheduler_publishing_allowed(EntityInterface $entity) {

  // @todo Fill in this function and add test coverage.
}