function EditorInterface::getSettings

Same name and namespace in other branches
  1. 11.x 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.

File

core/modules/editor/src/EditorInterface.php, line 55

Class

EditorInterface
Provides an interface defining a text editor entity.

Namespace

Drupal\editor

Code

public function getSettings();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.