public function ConfigPatch::getRemoved in Configuration Split 2.0.x
Get the removed elements.
Return value
array The removed elements.
File
- src/
Config/ ConfigPatch.php, line 55
Class
- ConfigPatch
- The config patch value object.
Namespace
Drupal\config_split\ConfigCode
public function getRemoved() : array {
return $this->removed;
}