You are here

public function BlogLister::__construct in Blog 3.x

Same name and namespace in other branches
  1. 8.2 src/BlogLister.php \Drupal\blog\BlogLister::__construct()

Constructs a BlogLister object.

File

src/BlogLister.php, line 32

Class

BlogLister
Defines a blog lister.

Namespace

Drupal\blog

Code

public function __construct(AccountInterface $account, ConfigFactoryInterface $config_factory) {
  $this->account = $account;
  $this->configFactory = $config_factory;
}