public function BlockListController::render

Overrides \Drupal\Core\Entity\EntityListController::render().

Overrides EntityListController::render

File

drupal/core/modules/block/lib/Drupal/block/BlockListController.php, line 55
Contains \Drupal\block\BlockListController.

Class

BlockListController
Defines the block list controller.

Namespace

Drupal\block

Code

public function render($theme = NULL) {

  // If no theme was specified, use the current theme.
  $this->theme = $theme ?: $GLOBALS['theme_key'];
  return drupal_get_form($this);
}