Editor::getSettings

public 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 159

Class

Editor
Defines the configured text editor entity.

Namespace

Drupal\editor\Entity

Code

public function getSettings() {
  return $this->settings;
}
doc_Drupal
2016-10-29 09:03:42
Comments
Leave a Comment

Please login to continue.