You are here

public function OwnTableList::__construct in Views Custom Table 8

Same name and namespace in other branches
  1. 9.0.x src/Controller/OwnTableList.php \Drupal\view_custom_table\Controller\OwnTableList::__construct()

Class constructor.

File

src/Controller/OwnTableList.php, line 34

Class

OwnTableList
Defines OwnTableList class.

Namespace

Drupal\view_custom_table\Controller

Code

public function __construct(AccountProxy $account, ImmutableConfig $config) {
  $this->account = $account;
  $this->config = $config;
}