public function EditorInterface::getSettings in Drupal 8
Same name and namespace in other branches
- 9 core/modules/editor/src/EditorInterface.php \Drupal\editor\EditorInterface::getSettings()
- 10 core/modules/editor/src/EditorInterface.php \Drupal\editor\EditorInterface::getSettings()
Returns the text editor plugin-specific settings.
Return value
array A structured array containing all text editor settings.
1 method overrides EditorInterface::getSettings()
- Editor::getSettings in core/
modules/ editor/ src/ Entity/ Editor.php - Returns the text editor plugin-specific settings.
File
- core/
modules/ editor/ src/ EditorInterface.php, line 55
Class
- EditorInterface
- Provides an interface defining a text editor entity.
Namespace
Drupal\editorCode
public function getSettings();