function EditorPluginInterface::getDefaultSettings

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).

1 method overrides EditorPluginInterface::getDefaultSettings()
EditorBase::getDefaultSettings in drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorBase.php
Implements \Drupal\editor\Plugin\EditPluginInterface::getDefaultSettings().

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();