You are here

function textimage_flush_all_form in Textimage 7.3

Textimage cleanup form.

1 string reference to 'textimage_flush_all_form'
textimage_menu in ./textimage.module
Implements hook_menu().

File

./textimage.admin.inc, line 286
Textimage - Admin page callbacks.

Code

function textimage_flush_all_form($form, &$form_state) {
  return confirm_form($form, t('Textimage cleanup'), 'admin/config/media/textimage', t('Are you sure you want to cleanup Textimage? This will remove all image files generated via Textimage, flush all the Textimage image styles, and clear all entries cached and stored on the database.'), t('Proceed'), t('Cancel'));
}