Executing a pattern in Batch running mode
When a pattern is executed in Batch running mode, the core function patterns_execute_pattern_batch() (includes/core/batch.inc) is called.
Executing a pattern in PHP running mode
When a pattern is executed in PHP running mode, the core function patterns_execute_pattern_php() (includes/core/php.inc) is called. In this


