function imageeditor_initialize in Image Editor 7
Same name in this branch
- 7 imageeditor.module \imageeditor_initialize()
- 7 imageeditor.api.php \imageeditor_initialize()
@file Image Editor API functions.
2 calls to imageeditor_initialize()
- imageeditor_imagefield_element_process in imageeditor_imagefield/
imageeditor_imagefield.module - Process function for image editor-enabled fields.
- imageeditor_inline_page_build in imageeditor_inline/
imageeditor_inline.module - Implements hook_page_build().
File
- ./
imageeditor.api.php, line 7 - Image Editor API functions.
Code
function imageeditor_initialize($editors, $uploaders) {
}