You are here

function imageeditor_ajax_save_path in Image Editor 7

Returns Image Editor AJAX save path.

13 calls to imageeditor_ajax_save_path()
deviantartmuro.inc in plugins/editor/deviantartmuro/deviantartmuro.inc
DeviantART Muro editor for Image Editor module.
fotoflexer.inc in plugins/editor/fotoflexer/fotoflexer.inc
FotoFlexer editor for Image Editor module.
imageeditor_mailru_camera.inc in imageeditor_webcams/plugins/editor/imageeditor_mailru_camera/imageeditor_mailru_camera.inc
Mail.ru Camera for Image Editor module.
imageeditor_photobooth.inc in imageeditor_webcams/plugins/editor/imageeditor_photobooth/imageeditor_photobooth.inc
Photobooth.js webcam for Image Editor module.
paintweb.inc in plugins/editor/paintweb/paintweb.inc
Paintweb editor for Image Editor module.

... See full list

File

./imageeditor.module, line 250
Allows online editing of images using different image editing services.

Code

function imageeditor_ajax_save_path() {
  return 'imageeditor/ajax/save';
}