You are here

public function ConfigPatchMerge::__construct in Configuration Split 2.0.x

The service constructor.

Parameters

\Drupal\config_split\Config\ConfigSorter $configSorter: The sorter.

File

src/Config/ConfigPatchMerge.php, line 30

Class

ConfigPatchMerge
The patch merging service.

Namespace

Drupal\config_split\Config

Code

public function __construct(ConfigSorter $configSorter) {
  $this->configSorter = $configSorter;
}