public function CommerceFileLicenseLogEntity::buildContent in Commerce File 7
Overridden buildContent()
- add custom fields to the output.
Overrides Entity::buildContent
File
- includes/
commerce_file_license_log.entity.inc, line 39 - Provides a base class for CommreceFileLicenseLogEntity.
Class
- CommerceFileLicenseLogEntity
- A Commerce File License Log entity class.
Code
public function buildContent($view_mode = 'full', $langcode = NULL) {
return $this
->get_controller()
->buildContent($this, $view_mode, $langcode, $content);
}