Summary
- File
-
Package
\Content\Formatting\extension-point
- Parents \ExtensionPoint
EXTENSION_POINT = 'content_formatting'
None found |
get_name()
None found |
get_parser() : \FormattingParser
Returns a parser which will work in the language you chose.
The parser to use to parse you formatting
None found |
get_unparser() : \FormattingParser
Returns a unparser which will work in the language you chose.
The unparser to use to unparse you formatting
None found |
get_second_parser() : \FormattingParser
Returns a second parser which will work in the language you chose.
The second parser to use just before displaying you formatted text
None found |
get_editor() : \ContentEditor
Returns an editor object which will display the editor corresponding to the language you chose.
The editor to use.
None found |
set_forbidden_tags(array<mixed,string> $tags)
Sets the forbidden tags.
array<mixed,string> | $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 $array_auth)
array | $array_auth |
None found |
get_html_auth()
None found |