You are here

function imageeditor_ajax_close_path in Image Editor 7

Returns Image Editor AJAX close path.

4 calls to imageeditor_ajax_close_path()
fotoflexer.inc in plugins/editor/fotoflexer/fotoflexer.inc
FotoFlexer editor for Image Editor module.
picmonkey.inc in plugins/editor/picmonkey/picmonkey.inc
Picmonkey editor for Image Editor module.
pixlr_editor.inc in plugins/editor/pixlr_editor/pixlr_editor.inc
Pixlr editor for Image Editor module.
pixlr_express.inc in plugins/editor/pixlr_express/pixlr_express.inc
Pixlr Express editor for Image Editor module.

File

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

Code

function imageeditor_ajax_close_path() {
  return 'imageeditor/ajax/close';
}