You are here

function imageapi_gd_imageapi_toolkit in ImageAPI 6

Same name and namespace in other branches
  1. 5 imageapi_gd.module \imageapi_gd_imageapi_toolkit()

Implementation of hook_imageapi_toolkit().

this hook only gets called to see is a module implements the imageapi hooks...

File

./imageapi_gd.module, line 13
GD2 toolkit functions

Code

function imageapi_gd_imageapi_toolkit() {
}