31 lines
709 B
YAML
31 lines
709 B
YAML
|
name: HtmlSanitizerExtension
|
||
|
class_comment: '# * Integrates the HtmlSanitizer component with the Form library.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @author Nicolas Grekas <p@tchwork.com>'
|
||
|
dependencies:
|
||
|
- name: ContainerInterface
|
||
|
type: class
|
||
|
source: Psr\Container\ContainerInterface
|
||
|
- name: AbstractExtension
|
||
|
type: class
|
||
|
source: Symfony\Component\Form\AbstractExtension
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: sanitizers
|
||
|
- name: defaultSanitizer
|
||
|
default: '''default'''
|
||
|
comment: null
|
||
|
- name: loadTypeExtensions
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Psr\Container\ContainerInterface
|
||
|
- Symfony\Component\Form\AbstractExtension
|
||
|
interfaces: []
|