Skip to content

Kirby 4.2.0

$system->loginMethods()

Returns the configured UI modes for the login form with their respective options

$system->loginMethods(): array

Return type

array

Exceptions

Type Description
Kirby\Exception\InvalidArgumentException If the configuration is invalid
(only in debug mode)

Parent class

Kirby\Cms\System