You are here

function cacheflush_cron_form_cacheflush_add_form_alter in CacheFlush 8

Implements hook_form_FORM_ID_alter().

File

modules/cacheflush_cron/cacheflush_cron.module, line 32
Cacheflush cron module.

Code

function cacheflush_cron_form_cacheflush_add_form_alter(&$form, FormStateInterface $form_state, $form_id) {
  _cacheflush_cron_entity_form($form, $form_state, 'add');
}