Skip to content

Kirby 5.0.4

StructureUuid::retrieveId()

Retrieves the existing ID string (UUID without scheme) for the model; can be overridden in child classes depending on how the model stores the UUID

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

Parameters

Name Type Default
$modelrequired Kirby\Uuid\Identifiable no default value

Return types

stringornull

Parent class

Kirby\Uuid\StructureUuid inherited from Kirby\Uuid\Uuid