You are here

public function CommerceFileLicenseEntityController::access in Commerce File 7

Access callback

File

includes/commerce_file_license.controller.inc, line 152
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 access($op = 'view', $entity = NULL, $account = NULL) {
  return entity_access($op, $this->entityType, $entity, $account);
}