8 calls to UuidFactory::uuidFromBytesAndVersion()
- UuidFactory::fromDateTime in vendor/
ramsey/ uuid/ src/ UuidFactory.php - Creates a UUID from a DateTimeInterface instance
- UuidFactory::uuid1 in vendor/
ramsey/ uuid/ src/ UuidFactory.php - @inheritDoc
- UuidFactory::uuid2 in vendor/
ramsey/ uuid/ src/ UuidFactory.php - Returns a version 2 (DCE Security) UUID from a local domain, local identifier, host ID, clock sequence, and the current time
- UuidFactory::uuid4 in vendor/
ramsey/ uuid/ src/ UuidFactory.php - Returns a version 4 (random) UUID
- UuidFactory::uuid6 in vendor/
ramsey/ uuid/ src/ UuidFactory.php - Returns a version 6 (reordered time) UUID from a host ID, sequence number, and the current time
- UuidFactory::uuid7 in vendor/
ramsey/ uuid/ src/ UuidFactory.php - Returns a version 7 (Unix Epoch time) UUID
- UuidFactory::uuid8 in vendor/
ramsey/ uuid/ src/ UuidFactory.php - Returns a version 8 (Custom) UUID
- UuidFactory::uuidFromNsAndName in vendor/
ramsey/ uuid/ src/ UuidFactory.php - Returns a version 3 or 5 namespaced Uuid