You are here

function scheduler_api_test_scheduler_commerce_product_hide_unpublish_date in Scheduler 2.x

Implements hook_scheduler_commerce_product_hide_unpublish_date().

File

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

Code

function scheduler_api_test_scheduler_commerce_product_hide_unpublish_date($form, $form_state, $entity) {

  // Use the generic hide_unpublish_date helper function.
  return _api_hide_unpublish_date($form, $form_state, $entity);
}