var/cache/dev/ContainerXUckxek/getSecurity_PasswordHasherFactoryService.php line 23

Open in your IDE?
  1. <?php
  2. namespace ContainerXUckxek;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getSecurity_PasswordHasherFactoryService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'security.password_hasher_factory' shared service.
  12.      *
  13.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  18.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  19.         return $container->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\Utilisateur' => ($container->privates['App\\Security\\Encoder\\MyCustomPasswordEncoder'] ?? $container->load('getMyCustomPasswordEncoderService')), 'Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['algorithm' => 'auto''cost' => 15'migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'memory_cost' => NULL'time_cost' => NULL]]);
  20.     }
  21. }