$entries
$entries : array
Appended entries in capture order, keyed by sequence.
A journal held in memory.
Used by the unit lane and by a one-shot command that captures and flushes in a single process. A site uses the database-backed journal, which survives a request ending between capture and flush.
append(\Drupal\strata\Journal\JournalOp $operation, ?string $payload = null) : \Drupal\strata\Journal\JournalOp
Appends an operation and its payload.
| \Drupal\strata\Journal\JournalOp | $operation | The operation to append. |
| ?string | $payload | The value the operation captured, or NULL for an operation that carries none. |
The operation as appended, carrying its assigned sequence.