32 lines
775 B
YAML
32 lines
775 B
YAML
name: UrlAttributeSanitizer
|
|
class_comment: null
|
|
dependencies:
|
|
- name: HtmlSanitizerConfig
|
|
type: class
|
|
source: Symfony\Component\HtmlSanitizer\HtmlSanitizerConfig
|
|
- name: UrlSanitizer
|
|
type: class
|
|
source: Symfony\Component\HtmlSanitizer\TextSanitizer\UrlSanitizer
|
|
properties: []
|
|
methods:
|
|
- name: getSupportedElements
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: getSupportedAttributes
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: sanitizeAttribute
|
|
visibility: public
|
|
parameters:
|
|
- name: element
|
|
- name: attribute
|
|
- name: value
|
|
- name: config
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\HtmlSanitizer\HtmlSanitizerConfig
|
|
- Symfony\Component\HtmlSanitizer\TextSanitizer\UrlSanitizer
|
|
interfaces:
|
|
- AttributeSanitizerInterface
|