You are here

public function Editor::getSettings in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/editor/src/Entity/Editor.php \Drupal\editor\Entity\Editor::getSettings()
  2. 10 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\Entity

Code

public function getSettings() {
  return $this->settings;
}