name: PasswordHasherExtension class_comment: "# * Integrates the PasswordHasher component with the Form library.\n\ # *\n# * @author S\xE9bastien Alfaiate " dependencies: - name: AbstractExtension type: class source: Symfony\Component\Form\AbstractExtension - name: PasswordHasherListener type: class source: Symfony\Component\Form\Extension\PasswordHasher\EventListener\PasswordHasherListener properties: [] methods: - name: __construct visibility: public parameters: - name: passwordHasherListener comment: null - name: loadTypeExtensions visibility: protected parameters: [] comment: null traits: - Symfony\Component\Form\AbstractExtension - Symfony\Component\Form\Extension\PasswordHasher\EventListener\PasswordHasherListener interfaces: []