EncoderFactory
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)
Parameters
| array | $encoders | 
PasswordEncoderInterface getEncoder(UserInterface|string $user)
Returns the password encoder to use for the given account.
Parameters
| UserInterface|string | $user | A UserInterface instance or a class name | 
Return Value
| PasswordEncoderInterface | 
Exceptions
| RuntimeException | when no password encoder could be found for the user | 
    © 2004–2017 Fabien Potencier
Licensed under the MIT License.
    http://api.symfony.com/3.4/Symfony/Component/Security/Core/Encoder/EncoderFactory.html