class EncoderFactory implements EncoderFactoryInterface
A generic encoder factory implementation.
Methods
__construct(array $encoders) | ||
PasswordEncoderInterface | getEncoder(UserInterface|string $user) Returns the password encoder to use for the given account. |
Details
__construct(array $encoders)
PasswordEncoderInterface getEncoder(UserInterface|string $user)
Returns the password encoder to use for the given account.
Please login to continue.