Skip to content

Kirby 5.3.0

$pageUuid->populate()

Feeds the UUID for the page (and optionally its children) into the cache

$pageUuid->populate(bool $force = false, bool $recursive = false): bool

Parameters

Name Type Default
$force bool false
$recursive bool false

Return type

bool

This method modifies the existing $pageuuid object it is applied to and returns it again.

Parent class

Kirby\Uuid\PageUuid