backendService = $backendService; } public function setData($data) { $this->data = $data; } /** * Read legacy config data * * @return array list of mount configs */ protected function readLegacyConfig() { return $this->data; } }