initialParse($configuration)); $this->records = $rawRecords; } /** * {@inheritdoc} */ public function getIds() { $ids = [ 'tid' => [ 'type' => 'integer', ], ]; return $ids; } }