Constructs a new BlockController instance.
\Drupal\Core\Extension\ThemeHandlerInterface $theme_handler: The theme handler.
public function __construct(ThemeHandlerInterface $theme_handler) { $this->themeHandler = $theme_handler; }