You are here

final public function BlogController::__construct in Blog 8.2

Same name and namespace in other branches
  1. 3.x src/Controller/BlogController.php \Drupal\blog\Controller\BlogController::__construct()

Constructs a BlogController object.

Parameters

\Drupal\blog\BlogListerInterface $blogLister: The blog lister.

File

src/Controller/BlogController.php, line 28

Class

BlogController
Controller routines for blog.

Namespace

Drupal\blog\Controller

Code

public final function __construct(BlogListerInterface $blogLister) {
  $this->blogLister = $blogLister;
}