You are here

public function RemoveViewsCustomTable::__construct in Views Custom Table 8

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

Class constructor.

File

src/Form/RemoveViewsCustomTable.php, line 35

Class

RemoveViewsCustomTable
Add views custom table form.

Namespace

Drupal\view_custom_table\Form

Code

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