data = $data; } } /** * {@inheritdoc} */ protected function getExtraColumns() { return []; } /** * {@inheritdoc} */ protected function read() { return $this->data; } /** * {@inheritdoc} */ protected function write(array $data) { // do nothing } }