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);
Please login to continue.