Summary
- abstract
- File
- Package hierarchy Formatting\extension-point
- Class hierarchy \AbstractContentFormattingExtensionPoint
- Implements \ContentFormattingExtensionPoint
__construct()
| None found |
set_forbidden_tags(array $tags)
Sets the forbidden tags.
| array | $tags | The list of the forbidden tags (each tag is represented by its string identifier) |
| None found |
get_forbidden_tags() : array<mixed,string>
Returns the list of the forbidden tags
The list of the forbidden tags (each tag is represented by its string identifier)
| None found |
add_forbidden_tag(string $tag)
Adds a forbidden tag
| string | $tag | The tag name |
| None found |
add_forbidden_tags(array $tags)
| array | $tags |
| None found |
set_html_auth(array $auth)
| array | $auth |
| None found |
get_html_auth()
| None found |