function commerce_file_settings_form_submit in Commerce File 7.2
Submit callback of the file settings form.
1 string reference to 'commerce_file_settings_form_submit'
- commerce_file_settings_form in includes/
commerce_file.admin.inc - Settings form callback.
File
- includes/
commerce_file.admin.inc, line 70 - Contains admin menu callbacks for the Commerce File module.
Code
function commerce_file_settings_form_submit($form, &$form_state) {
// This will create the commerce_file field on any newly selected product
// types, and remove it from any newly deselected product types.
commerce_file_flush_caches();
}