You are here

public function CommerceFileLicenseEntity::buildContent in Commerce File 7

Implements buildContent()

  • add custom fields to the output.

Overrides Entity::buildContent

File

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

Class

CommerceFileLicenseEntity
A Commerce File License entity class.

Code

public function buildContent($view_mode = 'full', $langcode = NULL) {
  return $this
    ->get_controller()
    ->buildContent($this, $view_mode, $langcode, $content);
}