Uuids::each()
Runs the callback for each identifiable model of type
Uuids::each(Closure $callback, string $type = 'all'): void
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| $callbackrequired | Closure |
no default value | |
| $type | string |
'all'
|
which models to include (all|page|file|block|struct) |