function EditorInterface::getImageUploadSettings

Same name and namespace in other branches
  1. 9 core/modules/editor/src/EditorInterface.php \Drupal\editor\EditorInterface::getImageUploadSettings()
  2. 8.9.x core/modules/editor/src/EditorInterface.php \Drupal\editor\EditorInterface::getImageUploadSettings()
  3. 10 core/modules/editor/src/EditorInterface.php \Drupal\editor\EditorInterface::getImageUploadSettings()

Returns the image upload settings.

Return value

array A structured array containing image upload settings.

1 method overrides EditorInterface::getImageUploadSettings()
Editor::getImageUploadSettings in core/modules/editor/src/Entity/Editor.php
Returns the image upload settings.

File

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

Class

EditorInterface
Provides an interface defining a text editor entity.

Namespace

Drupal\editor

Code

public function getImageUploadSettings();

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