constant BACKGROUND_BATCH_ENABLED in Background Process 7.2
Default value for enabled
3 uses of BACKGROUND_BATCH_ENABLED
- background_batch_batch_alter in background_batch/
background_batch.module - Implements hook_batch_alter(). Steal the operation and hook into context data.
- background_batch_page in background_batch/
background_batch.pages.inc - State-based dispatcher for the batch processing page.
- background_batch_settings_form in background_batch/
background_batch.admin.inc - System settings page.
File
- background_batch/
background_batch.module, line 12 - This module adds background processing to Drupals batch API
Code
define('BACKGROUND_BATCH_ENABLED', FALSE);