api/symfony/Component/Form/Extension/PasswordHasher/PasswordHasherExtension.yaml
2024-09-26 02:03:21 -07:00

25 lines
792 B
YAML

name: PasswordHasherExtension
class_comment: "# * Integrates the PasswordHasher component with the Form library.\n\
# *\n# * @author S\xE9bastien Alfaiate <s.alfaiate@webarea.fr>"
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: []