You are here

function commerce_file_license_log_create in Commerce File 7

Create a commerce_file_license_log

File

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

Code

function commerce_file_license_log_create($values = array()) {
  return entity_get_controller(COMMERCE_FILE_LICENSE_LOG_ENTITY_NAME)
    ->create($values);
}