Skip to content

Kirby 5.2.0

Uuid

The Uuid classes provide an interface to connect identifiable models (page, file, site, user, blocks, structure entries) with a dedicated UUID string. It also provides methods to cache these connections for faster lookup.

Examples

// get UUID string
$model->uuid()->toString();