Skip to content

Kirby 5.1.3

$system->loginMethods()

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

$system->loginMethods(): array

Return type

array

This method modifies the existing $system object it is applied to and returns it again.

Exceptions

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

Parent class

Kirby\Cms\System