function uc_file_files_admin in Ubercart 5
Page builder for file products admin
1 string reference to 'uc_file_files_admin'
- uc_file_menu in uc_file/
uc_file.module - Implementation of hook_menu().
File
- uc_file/
uc_file.module, line 558 - Allows products to be associated with downloadable files.
Code
function uc_file_files_admin() {
_file_table_action('insert');
return drupal_get_form('uc_file_files_form');
}