EditorInterface::setImageUploadSettings

public EditorInterface::setImageUploadSettings(array $image_upload)

Sets the image upload settings.

Parameters

array $image_upload: The structured array containing image upload settings.

Return value

$this

File

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

Class

EditorInterface
Provides an interface defining a text editor entity.

Namespace

Drupal\editor

Code

public function setImageUploadSettings(array $image_upload);
doc_Drupal
2016-10-29 09:03:52
Comments
Leave a Comment

Please login to continue.