protected function CommerceFileLicenseLogEntity::defaultURI in Commerce File 7
Specifies the default uri, which is picked up by uri() by default.
File
- includes/
commerce_file_license_log.entity.inc, line 56 - Provides a base class for CommreceFileLicenseLogEntity.
Class
- CommerceFileLicenseLogEntity
- A Commerce File License Log entity class.
Code
protected function defaultURI() {
return array(
'path' => $this->entityType . 's/' . $this
->identifier(),
);
}