You are here

function _commerce_file_license_get_request_licenses in Commerce File 7

Retrieve all licenses currently being downloaded

1 call to _commerce_file_license_get_request_licenses()
commerce_file_exit in ./commerce_file.module
Implements hook_exit().

File

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

Code

function _commerce_file_license_get_request_licenses($license = NULL) {
  return _commerce_file_license_set_request_license($license);
}