You are here

public function CommerceFileLicenseLogEntity::get_controller in Commerce File 7

Return entity controller

File

includes/commerce_file_license_log.entity.inc, line 67
Provides a base class for CommreceFileLicenseLogEntity.

Class

CommerceFileLicenseLogEntity
A Commerce File License Log entity class.

Code

public function get_controller() {
  return entity_get_controller($this->entityType);
}