public function AllTableList::__construct in Views Custom Table 8
Same name and namespace in other branches
- 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\ControllerCode
public function __construct(ImmutableConfig $config) {
$this->config = $config;
}