public function EntityInterface::view in Entity API 7
Generate an array for rendering the entity.
See also
1 method overrides EntityInterface::view()
- Entity::view in includes/
entity.inc - Generate an array for rendering the entity.
File
- includes/
entity.inc, line 124 - Provides a base class for entities.
Class
- EntityInterface
- Interface for class based entities.
Code
public function view($view_mode = 'full', $langcode = NULL, $page = NULL);