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