You are here

public function BatBookingController::buildContent in Booking and Availability Management Tools for Drupal 7

Overriding the buildContent function to add entity specific fields.

Overrides EntityAPIController::buildContent

File

modules/bat_booking/bat_booking.module, line 348

Class

BatBookingController
The Controller for BatBooking entities.

Code

public function buildContent($entity, $view_mode = 'full', $langcode = NULL, $content = array()) {
  $content = parent::buildContent($entity, $view_mode, $langcode, $content);
  return $content;
}