Gets all the configuration names in the source storage.
array List of all the configuration names in the source storage.
protected function getSourceNames() {
if (empty($this->sourceNames)) {
$this->sourceNames = $this->sourceStorage
->listAll();
}
return $this->sourceNames;
}