Walk icon indicating copy to clipboard operation
Walk copied to clipboard

A Craft-aware array_walk() method, plus some console commands for extra convenience, to easily apply Craft service/helper/Task methods to a collection of elements.

Results 3 Walk issues
Sort by recently updated
recently updated
newest added

Wondering whether it'd be more correct to rename the `--asJob` command param to allude to walk methods being run as _queued_ jobs, rather than as "a job"... since there could...

help wanted
question

Per discussion in #4, re: resolution of #2 — We should only be passing `$userdata` downstream to the target callable if our user actually provides an argument. However, a simple...

> Created by Andrew Welch (@khalwat) on 04/02/18 Add the ability to group the tasks into chunks for processing, so a separate queue job isn't created for every step, but...

enhancement
PR welcome!