You are here

public function Editor::getImageUploadSettings in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/editor/src/Entity/Editor.php \Drupal\editor\Entity\Editor::getImageUploadSettings()

Returns the image upload settings.

Return value

array A structured array containing image upload settings.

Overrides EditorInterface::getImageUploadSettings

File

core/modules/editor/src/Entity/Editor.php, line 176
Contains \Drupal\editor\Entity\Editor.

Class

Editor
Defines the configured text editor entity.

Namespace

Drupal\editor\Entity

Code

public function getImageUploadSettings() {
  return $this->image_upload;
}