Skip to content

Kirby 4.2.0

FileUuid::retrieveId()

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

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

Parameters

Name Type Default
$model * Kirby\Uuid\Identifiable

Return type

string|null

Parent class

Kirby\Uuid\FileUuid inherited from Kirby\Uuid\ModelUuid