You are here

public function AnimateListController::__construct in Animate Any 8

Class constructor.

File

src/Controller/AnimateListController.php, line 32
Contains \Drupal\animate_any\Controller\AnimateListController.

Class

AnimateListController

Namespace

Drupal\animate_any\Controller

Code

public function __construct(RendererInterface $render) {
  $this->renderer = $render;
}