RedactorEditor
class RedactorEditor implements EditorInterface (View source)
Properties
protected | $assets | ||
protected | $identifier | ||
protected | $token | ||
protected | $allowFileManager | ||
protected | $allowSitemap | ||
protected | $pluginManager |
Methods
No description
No description
No description
Set if the editor can offer the "browse files" feature.
Set if the editor can offer the "browse sitemap" feature.
No description
Generate the HTML to be placed in a page to display the inline editor.
Generate the HTML to be placed in a page to display the editor when the page is in edito mode.
Generate the HTML to be placed in a page to display the editor in composer views.
Generate the HTML to be placed in a page to display the editor.
Get the plugin manager instance.
Build the list of required assets.
Details
__construct()
No description
allowFileManager()
No description
allowSitemap()
No description
setAllowFileManager(bool $allow)
Set if the editor can offer the "browse files" feature.
setAllowSitemap(bool $allow)
Set if the editor can offer the "browse sitemap" feature.
protected
getEditor($key, $content = null, $options = array())
No description
string
outputPageInlineEditor(string $key, string|null $content = null)
Generate the HTML to be placed in a page to display the inline editor.
string
outputBlockEditModeEditor(string $key, string $content)
Generate the HTML to be placed in a page to display the editor when the page is in edito mode.
string
outputPageComposerEditor(string $key, string $content)
Generate the HTML to be placed in a page to display the editor in composer views.
string
outputStandardEditor(string $key, string|null $content = null)
Generate the HTML to be placed in a page to display the editor.
PluginManager
getPluginManager()
Get the plugin manager instance.
setPluginManager(PluginManager $pluginManager)
No description
saveOptionsForm(Request $request)
Save the plugin options.
requireEditorAssets()
Build the list of required assets.