public function CommerceFileLicenseEntity::get_wrapper in Commerce File 7
Wrapper
- Read only
 
4 calls to CommerceFileLicenseEntity::get_wrapper()
- CommerceFileLicenseEntity::get_limits in includes/
commerce_file_license.entity.inc  - Aggregated Limits
 - CommerceFileLicenseEntity::set_file in includes/
commerce_file_license.entity.inc  - Set file field item values
 - CommerceFileLicenseEntity::_get_field_wrapper in includes/
commerce_file_license.entity.inc  - Get a read only field wrapper
 - CommerceFileLicenseEntity::_set_field_value in includes/
commerce_file_license.entity.inc  - Set field value
 
File
- includes/
commerce_file_license.entity.inc, line 253  - Provides a base class for CommerceFileLicenseEntity.
 
Class
- CommerceFileLicenseEntity
 - A Commerce File License entity class.
 
Code
public function get_wrapper() {
  return entity_metadata_wrapper(COMMERCE_FILE_LICENSE_ENTITY_NAME, $this);
}