public function CommerceFileLicenseEntityController::attachLoad in Commerce File 7
Unserializes the data property of loaded licenses.
Overrides DrupalDefaultEntityController::attachLoad
File
- includes/
commerce_file_license.controller.inc, line 27 - The controller for the File License entity containing the CRUD operations.
Class
- CommerceFileLicenseEntityController
- @file The controller for the File License entity containing the CRUD operations.
Code
public function attachLoad(&$queried, $revision_id = FALSE) {
// Call the default attachLoad() method. This will add fields and call
// hook_commerce_file_license_load().
parent::attachLoad($queried, $revision_id);
}