Skip to content

Kirby 5.0.4

$pageCopy->convertUuids()

Converts UUIDs for copied pages, replacing the old UUID with a newly generated one for all newly generated pages and files

$pageCopy->convertUuids() 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.

$pageCopy->convertUuids(Kirby\Cms\Language|null $language): void

Parameters

Name Type Default
$language Kirby\Cms\Languageornull no default value

Parent class

Kirby\Cms\PageCopy