You are here

public function CommerceFileLicenseLogEntityController::access in Commerce File 7

Access callback

File

includes/commerce_file_license_log.controller.inc, line 82
The controller for the Commerce File License Log entity containing the CRUD operations.

Class

CommerceFileLicenseLogEntityController
@file The controller for the Commerce File License Log entity containing the CRUD operations.

Code

public function access($op = 'view', $entity = NULL, $account = NULL) {
  return entity_access($op, $this->entityType, $entity, $account);
}