handleBatch()
handleBatch(array $records) : void
Handles a set of records at once.
Parameters
array | $records | The records to handle (an array of record arrays) |
No-op
This handler handles anything, but does nothing, and does not stop bubbling to the rest of the stack. This can be used for testing, or to disable a handler when overriding a configuration without influencing the rest of the stack.