public 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 159
Class
- Editor
- Defines the configured text editor entity.
Namespace
Drupal\editor\Entity
Code
public function getSettings() { return $this->settings; }
Please login to continue.