function imagecache_external_flush_form in Imagecache External 6.2
Same name and namespace in other branches
- 6 imagecache_external.admin.inc \imagecache_external_flush_form()
- 7.2 imagecache_external.admin.inc \imagecache_external_flush_form()
- 7 imagecache_external.admin.inc \imagecache_external_flush_form()
Form builder
1 string reference to 'imagecache_external_flush_form'
- imagecache_external_menu in ./
imagecache_external.module - Implementation of hook_menu().
File
- ./
imagecache_external.admin.inc, line 38
Code
function imagecache_external_flush_form($form_state) {
return confirm_form($form, t('Flush all external images?'), 'admin/settings/imagecache_external', t('Are you sure, this cannot be undone.'), t('Flush'), t('Cancel'));
}