Overrides \Drupal\Core\Entity\EntityListController::render().
Overrides EntityListController::render
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);
}