You are here

public function ConfigPatch::getAdded in Configuration Split 2.0.x

Get the added elements.

Return value

array The added elements.

File

src/Config/ConfigPatch.php, line 45

Class

ConfigPatch
The config patch value object.

Namespace

Drupal\config_split\Config

Code

public function getAdded() : array {
  return $this->added;
}