Skip to content

Commit

Permalink
refs vufind-org#2999 remove function setResultSetIdentifier in Abstra…
Browse files Browse the repository at this point in the history
…ctBackend - set uuid only ON record or collection"

This also reverts commit 48e5a10.
  • Loading branch information
RLangeUni committed Oct 18, 2024
1 parent 939411f commit 87480db
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions module/VuFindSearch/src/VuFindSearch/Backend/AbstractBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@ abstract class AbstractBackend implements BackendInterface, LoggerAwareInterface
*/
protected $collectionFactory = null;

/**
* Record collection.
*
* @var RecordCollectionInterface|null
*/
protected $recordCollection = null;

/**
* Backend identifier.
*
Expand Down Expand Up @@ -131,18 +124,6 @@ protected function injectSourceIdentifier(RecordCollectionInterface $response)
return $response;
}

/**
* Sets the result set identifier for the record collection.
*
* @param string $uuid A valid UUID associated with the data set.
*
* @return void
*/
public function setResultSetIdentifier(string $uuid)
{
$this->recordCollection->setResultSetIdentifier($uuid);
}

/**
* Generates a shorter UUID-like identifier.
*
Expand Down

0 comments on commit 87480db

Please sign in to comment.