$storage->copyAll()
Copies all content to another storage
$storage->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.
$storage->copyAll(Kirby\Content\Storage $to): void
Parameters
Name | Type | Default |
---|---|---|
$torequired | Kirby\Content\Storage |
no default value |