You are here

public function EditViewsCustomTable::__construct in Views Custom Table 9.0.x

Same name and namespace in other branches
  1. 8 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\Form

Code

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