UserInterface loadUserByUsername(string $username)
Loads the user for the given username.
This method must throw UsernameNotFoundException if the user is not found.
UserInterface loadUserByUsername(string $username)
Loads the user for the given username.
This method must throw UsernameNotFoundException if the user is not found.
string | $username | The username |
UserInterface |
UsernameNotFoundException | if the user is not found |
Designed by : w10schools
service@w10schools.com
Please login to continue.