Summary
- File
- Package hierarchy Content\Formatting
- Class hierarchy \ContentFormattingService
This class contains the default content formatting factory that must be used if you want a formatting factory having the default settings.
This class contains the default content formatting factory that must be used if you want a formatting factory having the default settings.
get_default_factory() : \ContentFormattingFactory
Returns the content formatting factory corresponding to the default configuration
| None found |
create_factory(string $language = '') : \ContentFormattingFactory
Creates a factory for the given language
| string | $language |
| None found |
get_user_editor() : string
Returns the name of the editor of the current user (chosen in its profile).
The editor used by the current user.
| None found |
get_default_parser() : \FormattingParser
Returns the parser to use in the default configuration
| None found |
get_default_unparser() : \FormattingParser
Returns the unparser to use in the default configuration
| None found |
get_default_second_parser() : \FormattingParser
Returns the second parser to use in the default configuration
| None found |
get_default_editor() : \ContentEditor
Returns the editor displayer that you have to display beside the associated HTML textarea if you use the default configuration.
| None found |
get_editors_identifier()
| None found |
get_available_editors()
| None found |
uninstall_editor(string $id_module)
| string | $id_module |
| None found |
get_available_tags() : array<mixed,string>
Returns the map of all the formatting types supported by the PHPBoost formatting editors and parsers.
The keys of the map are the tags identifiers and the values the tags names.
The map
| None found |
get_existing_editor(string $editor) : string
| string | $editor |
| None found |