$immutableMemoryStorage->move()
Immutable storage entries cannot be moved
$immutableMemoryStorage->move(Kirby\Content\VersionId $fromVersionId, Kirby\Cms\Language $fromLanguage, Kirby\Content\VersionId|null $toVersionId = null, Kirby\Cms\Language|null $toLanguage = null, Kirby\Content\Storage|null $toStorage = null): void
Parameters
| Name | Type | Default |
|---|---|---|
| $fromVersionIdrequired | Kirby\Content\VersionId |
no default value |
| $fromLanguagerequired | Kirby\Cms\Language |
no default value |
| $toVersionId | Kirby\Content\VersionIdornull |
null
|
| $toLanguage | Kirby\Cms\Languageornull |
null
|
| $toStorage | Kirby\Content\Storageornull |
null
|
Exceptions
| Type | Description |
|---|---|
Kirby\Exception\LogicException |