api/symfony/Component/Form/Extension/PasswordHasher/PasswordHasherExtension.yaml

26 lines
792 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
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: []