You are here

public function AllTableList::__construct in Views Custom Table 8

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

Class constructor.

File

src/Controller/AllTableList.php, line 26

Class

AllTableList
Defines AllTableList class.

Namespace

Drupal\view_custom_table\Controller

Code

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