public function EditViewsCustomTable::__construct in Views Custom Table 8
Same name and namespace in other branches
- 9.0.x src/Form/EditViewsCustomTable.php \Drupal\view_custom_table\Form\EditViewsCustomTable::__construct()
Class constructor.
File
- src/
Form/ EditViewsCustomTable.php, line 36
Class
- EditViewsCustomTable
- Edit views custom table form.
Namespace
Drupal\view_custom_table\FormCode
public function __construct(ImmutableConfig $config, Config $configEditable) {
$this->config = $config;
$this->configEditable = $configEditable;
}