class RedactorEditor implements EditorInterface (View source)

Properties

protected $assets
protected $identifier
protected $token
protected $allowFileManager
protected $allowSitemap
protected $pluginManager

Methods

__construct()

No description

allowFileManager()

No description

allowSitemap()

No description

setAllowFileManager($allow)

No description

setAllowSitemap($allow)

No description

getEditor($key, $content = null, $options = array())

No description

outputPageInlineEditor($key, $content = null)

No description

outputBlockEditModeEditor($key, $content)

No description

outputPageComposerEditor($key, $content)

No description

outputStandardEditor($key, $content = null)

No description

getPluginManager()

No description

setPluginManager(PluginManager $pluginManager)

No description

saveOptionsForm(Request $request)

No description

requireEditorAssets()

No description

Details

__construct()

No description

allowFileManager()

No description

allowSitemap()

No description

setAllowFileManager($allow)

No description

Parameters

$allow

setAllowSitemap($allow)

No description

Parameters

$allow

protected getEditor($key, $content = null, $options = array())

No description

Parameters

$key
$content
$options

outputPageInlineEditor($key, $content = null)

No description

Parameters

$key
$content

outputBlockEditModeEditor($key, $content)

No description

Parameters

$key
$content

outputPageComposerEditor($key, $content)

No description

Parameters

$key
$content

outputStandardEditor($key, $content = null)

No description

Parameters

$key
$content

getPluginManager()

No description

setPluginManager(PluginManager $pluginManager)

No description

Parameters

PluginManager $pluginManager

saveOptionsForm(Request $request)

No description

Parameters

Request $request

requireEditorAssets()

No description