function Editor::getSettings
Returns the text editor plugin-specific settings.
Return value
array A structured array containing all text editor settings.
Overrides EditorInterface::getSettings
File
-
core/
modules/ editor/ src/ Entity/ Editor.php, line 173
Class
- Editor
- Defines the configured text editor entity.
Namespace
Drupal\editor\EntityCode
public function getSettings() {
return $this->settings;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.