ChainUserProvider

ChainUserProvider

class ChainUserProvider implements UserProviderInterface

Chain User Provider.

This provider calls several leaf providers in a chain until one is able to handle the request.

Methods

__construct(array $providers)
array getProviders()
UserInterface loadUserByUsername(string $username)

Loads the user for the given username.

登录查看完整内容