class User implements ExtenderInterface
Methods
permissionGroups(callable|string $callback)
<p>Dynamically process a user's list of groups when calculating permissions.</p>
registerPreference(string $key, callable|null $transformer = null, mixed $default = null)
<p>Register a new user preference.</p>
Details
at
line 30
User
displayNameDriver(string $identifier, string $driver)
<p>Add a display name driver.</p>
at
line 53
User
permissionGroups(callable|string $callback)
<p>Dynamically process a user's list of groups when calculating permissions.</p>
<p>This can be used to give a user permissions for groups they aren't actually in, based on context. It will not change the group badges displayed for the user.</p>