function EditorInterface::setImageUploadSettings
Same name in other branches
- 9 core/modules/editor/src/EditorInterface.php \Drupal\editor\EditorInterface::setImageUploadSettings()
- 10 core/modules/editor/src/EditorInterface.php \Drupal\editor\EditorInterface::setImageUploadSettings()
- 11.x core/modules/editor/src/EditorInterface.php \Drupal\editor\EditorInterface::setImageUploadSettings()
Sets the image upload settings.
Parameters
array $image_upload: The structured array containing image upload settings.
Return value
$this
1 method overrides EditorInterface::setImageUploadSettings()
- Editor::setImageUploadSettings in core/
modules/ editor/ src/ Entity/ Editor.php - Sets the image upload settings.
File
-
core/
modules/ editor/ src/ EditorInterface.php, line 83
Class
- EditorInterface
- Provides an interface defining a text editor entity.
Namespace
Drupal\editorCode
public function setImageUploadSettings(array $image_upload);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.