Returns the default settings for this configurable text editor.
Return value
array
An array of settings as they would be stored by a configured text editor
entity (\Drupal\editor\Plugin\Core\Entity\Editor).
File
- drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorPluginInterface.php, line 29
- Contains \Drupal\editor\Plugin\EditPluginInterface.
Class
- EditorPluginInterface
- Defines an interface for configurable text editors.
Namespace
Drupal\editor\Plugin
Code
function getDefaultSettings();