You are here

public function EntityInterface::buildContent in Entity API 7

Builds a structured array representing the entity's content.

See also

entity_build_content()

1 method overrides EntityInterface::buildContent()
Entity::buildContent in includes/entity.inc
Builds a structured array representing the entity's content.

File

includes/entity.inc, line 131
Provides a base class for entities.

Class

EntityInterface
Interface for class based entities.

Code

public function buildContent($view_mode = 'full', $langcode = NULL);