Home
last modified time | relevance | path

Searched refs:uuid (Results 1 – 6 of 6) sorted by relevance

/webtrees/app/Factories/
H A DIdFactory.php42 public function uuid(): string function in Fisharebest\\Webtrees\\Factories\\IdFactory
61 return $prefix . $this->uuid();
71 $uid = strtoupper(strtr($this->uuid(), ['-' => '']));
/webtrees/app/Services/
H A DCaptchaService.php47 $x = Registry::idFactory()->uuid();
48 $y = Registry::idFactory()->uuid();
49 $z = Registry::idFactory()->uuid();
H A DUpgradeService.php378 $site_uuid = Registry::idFactory()->uuid();
/webtrees/app/Contracts/
H A DIdFactoryInterface.php30 public function uuid(): string; function
/webtrees/app/Elements/
H A DUid.php42 return Registry::idFactory()->uuid();
/webtrees/
H A Dcomposer.lock1476 "ramsey/uuid": "Required to use Str::uuid() (^4.7).",
3474 "name": "ramsey/uuid",
3478 "url": "https://github.com/ramsey/uuid.git",
3483 …"url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088",
3494 "rhumsaa/uuid": "self.version"
3521 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
3523 … "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
3547 "uuid"
3550 "issues": "https://github.com/ramsey/uuid/issues",
3551 "source": "https://github.com/ramsey/uuid/tree/4.7.6"
[all …]