function Editor::setSettings
Same name in other branches
- 9 core/modules/editor/src/Entity/Editor.php \Drupal\editor\Entity\Editor::setSettings()
- 10 core/modules/editor/src/Entity/Editor.php \Drupal\editor\Entity\Editor::setSettings()
- 11.x core/modules/editor/src/Entity/Editor.php \Drupal\editor\Entity\Editor::setSettings()
Overrides EditorInterface::setSettings
File
-
core/
modules/ editor/ src/ Entity/ Editor.php, line 173
Class
- Editor
- Defines the configured text editor entity.
Namespace
Drupal\editor\EntityCode
public function setSettings(array $settings) {
$this->settings = $settings;
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.