You are here

function commerce_file_license_state_options_list in Commerce File 7

Wraps commerce_file_license_state_get_title() for use by the Entity module.

2 string references to 'commerce_file_license_state_options_list'
commerce_file_entity_property_info_alter in ./commerce_file.info.inc
Implements hook_entity_property_info_alter()
commerce_file_rules_action_info in ./commerce_file.rules.inc
Implements hook_rules_action_info().

File

includes/commerce_file.entities.inc, line 449
Handles file licenses and file license logs

Code

function commerce_file_license_state_options_list() {
  return commerce_file_license_state_get_title();
}