public function BlockRenderController::buildContent

Implements \Drupal\Core\Entity\EntityRenderControllerInterface::buildContent().

Overrides EntityRenderControllerInterface::buildContent

File

drupal/core/modules/block/lib/Drupal/block/BlockRenderController.php, line 21
Contains \Drupal\block\BlockRenderController.

Class

BlockRenderController
Provides a Block render controller.

Namespace

Drupal\block

Code

public function buildContent(array $entities, array $displays, $view_mode, $langcode = NULL) {
  return array();
}