You are here

public function CommerceFileLicenseEntity::get_controller in Commerce File 7

Entity controller

  • Read only

File

includes/commerce_file_license.entity.inc, line 245
Provides a base class for CommerceFileLicenseEntity.

Class

CommerceFileLicenseEntity
A Commerce File License entity class.

Code

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