Skip to content

Kirby 4.2.0

PageUuid::retrieveId()

Retrieves the ID string (UUID without scheme) for the model from the content file, if it is already stored there

PageUuid::retrieveId(Kirby\Uuid\Identifiable $model): string|null

Parameters

Name Type Default
$model * Kirby\Uuid\Identifiable

Return type

string|null

Parent class

Kirby\Uuid\PageUuid inherited from Kirby\Uuid\ModelUuid