Search for uid
| Title | Object type | File name | Summary |
|---|---|---|---|
| DevelCommands::UUID | constant | src/ |
#[Deprecated('Use constant from command-specific file or use a string')] |
| DevelSwitchUserTest::assertNoSessionByUid | function | tests/ |
Asserts that no session exists for a given uid. |
| DevelSwitchUserTest::assertSessionByUid | function | tests/ |
Asserts that there is a session for a given user ID. |
| DevelUuidCommand | class | src/ |
#[AsCommand(name: self::NAME, description: 'Generate a Universally Unique Identifier (UUID).', aliases: [ 'uuid', 'devel-uuid', ])] |
| DevelUuidCommand.php | file | src/ |
|
| DevelUuidCommand::execute | function | src/ |
|
| DevelUuidCommand::NAME | constant | src/ |