EditorInterface::setSettings

public EditorInterface::setSettings(array $settings)

Sets the text editor plugin-specific settings.

Parameters

array $settings: The structured array containing all text editor settings.

Return value

$this

File

core/modules/editor/src/EditorInterface.php, line 65

Class

EditorInterface
Provides an interface defining a text editor entity.

Namespace

Drupal\editor

Code

public function setSettings(array $settings);
doc_Drupal
2016-10-29 09:03:52
Comments
Leave a Comment

Please login to continue.