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\ConfigCode
public function getAdded() : array {
return $this->added;
}