function commerce_file_license_type_options_list in Commerce File 7
Wraps commerce_file_license_type_get_name() for the Entity module.
File
- includes/
commerce_file.entities.inc, line 738 - Handles file licenses and file license logs
Code
function commerce_file_license_type_options_list() {
return commerce_file_license_type_get_name();
}