public function Editor::getSettings in Drupal 9
Same name and namespace in other branches
- 8 core/modules/editor/src/Entity/Editor.php \Drupal\editor\Entity\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 166
Class
- Editor
- Defines the configured text editor entity.
Namespace
Drupal\editor\EntityCode
public function getSettings() {
return $this->settings;
}