imceimage_content_is_empty |
./imceimage.module |
implementation of hook_content_is_empty.. |
|
|
imceimage_disable |
./imceimage.install |
Implementation of hook_disable(). |
|
|
imceimage_elements |
./imceimage.module |
hook_elements - implementation defines name of the field type and
the items that are stored against this field. |
|
|
imceimage_enable |
./imceimage.install |
Implementation of hook_enable(). |
|
|
imceimage_field |
./imceimage.module |
hook_field() implementation |
|
|
imceimage_field_formatter |
./imceimage.module |
|
1 |
|
imceimage_field_formatter_info |
./imceimage.module |
Declare information about a formatter. |
|
|
imceimage_field_info |
./imceimage.module |
Declare information about a field type hook_field_info() |
|
|
imceimage_field_settings |
./imceimage.module |
hook_field_settings() |
|
|
imceimage_install |
./imceimage.install |
Implementation of hook_install(). |
|
|
imceimage_menu |
./imceimage.module |
Implementation of hook_menu |
|
|
imceimage_process |
./imceimage.module |
process handler for hook_elements renders the form element for
imceimage. |
|
1 |
imceimage_theme |
./imceimage.module |
hook_theme - that works together with hook_formatter and hook_elements
to provide the default theme and also a theme to display the
image as a link. |
|
|
imceimage_uninstall |
./imceimage.install |
Implementation of hook_uninstall(). |
|
|
imceimage_verify |
./imceimage.module |
Verify that the file is a valid image |
|
1 |
imceimage_views_api |
./imceimage.module |
|
|
|
imceimage_widget |
./imceimage.module |
hook_widget
This does not do anything much and instead just uses the element type
imceimage defined in hook_elements - also include the javscript file
for integrating with imce module. |
|
|
imceimage_widget_info |
./imceimage.module |
Declare information about a widget. |
|
|
imceimage_widget_settings |
./imceimage.module |
Handle the parameters for a widget. |
|
|
theme_imceimage |
./imceimage.module |
|
|
|
theme_imceimage_formatter |
./imceimage.module |
|
|
1 |
theme_imceimage_formatter_default |
./imceimage.module |
displays the image as an img |
|
|
theme_imceimage_formatter_link |
./imceimage.module |
displays the image as a link. given the class imceimage-link |
|
|
theme_imceimage_formatter_thumb |
./imceimage.module |
displays the image as a link. given the class imceimage-link |
|
|
theme_imceimage_formatter_url |
./imceimage.module |
displays the image as a url |
|
|
theme_imceimage_formatter_with_caption |
./imceimage.module |
displays the image as an img with caption |
|
|
theme_imceimage_image |
./imceimage.module |
Theme an image |
4 |
|
_imceimage_get_thumb |
./imceimage.module |
|
1 |
|
_imceimage_image_to_filepath |
./imceimage.module |
helper function to find out file location from an URL. |
3 |
|