You are here

imageeditor.api.php in Image Editor 7

Image Editor API functions.

File

imageeditor.api.php
View source
<?php

/**
 * @file
 * Image Editor API functions.
 */
function imageeditor_initialize($editors, $uploaders) {
}
function imageeditor_info($type = 'editor') {
}

Functions

Namesort descending Description
imageeditor_info
imageeditor_initialize @file Image Editor API functions.