function 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 199  
Class
- Editor
 - Defines the configured text editor entity.
 
Namespace
Drupal\editor\EntityCode
public function getImageUploadSettings() {
  return $this->image_upload;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.