$plainTextStorage->copyAll()
Copies all content to another storage
$plainTextStorage->copyAll()
has been marked as unstable. It might be changed in a future Kirby major or minor release without being considered a breaking change. Use with caution.
$plainTextStorage->copyAll(Kirby\Content\Storage $to): void
Parameters
Name | Type | Default |
---|---|---|
$torequired | Kirby\Content\Storage |
no default value |
Parent class
Kirby\Content\PlainTextStorage
inherited from Kirby\Content\Storage