imageblock_add_block_form |
./imageblock.module |
Menu callback: display the custom image block addition form. |
|
2 |
imageblock_add_block_form_submit |
./imageblock.module |
Save the new custom block. |
|
|
imageblock_admin_settings_form |
./imageblock.admin.inc |
|
|
1 |
imageblock_admin_settings_form_validate |
./imageblock.admin.inc |
|
|
|
imageblock_block |
./imageblock.module |
Implements hook_block(). |
|
|
imageblock_configure_form |
./imageblock.module |
|
1 |
|
imageblock_configure_form_validate |
./imageblock.module |
|
|
1 |
imageblock_delete_block_form |
./imageblock.module |
Menu callback: confirm deletion of image blocks. |
|
1 |
imageblock_delete_block_form_submit |
./imageblock.module |
Deletion of image blocks. |
|
|
imageblock_form_alter |
./imageblock.module |
Implements hook_form_alter(). |
|
|
imageblock_form_block_admin_display_form_alter |
./imageblock.module |
Alters the block admin form to add delete links next to image blocks. |
|
|
imageblock_get |
./imageblock.module |
Returns information from database about a user-created (custom) image block. |
1 |
|
imageblock_get_file |
./imageblock.module |
Returns the file information for a give block ID. |
3 |
|
imageblock_install |
./imageblock.install |
Implements hook_install(). |
|
|
imageblock_menu |
./imageblock.module |
Implements hook_menu(). |
|
|
imageblock_save |
./imageblock.module |
Saves a user-created image block in the database. |
2 |
|
imageblock_schema |
./imageblock.install |
Implements hook_schema(). |
|
|
imageblock_theme |
./imageblock.module |
Implementation of hook_theme() |
|
|
imageblock_uninstall |
./imageblock.install |
Implements hook_uninstall(). |
|
|
template_preprocess_imageblock_block |
./imageblock.module |
Process variables for imageblock-block.tpl.php. |
|
|