You are here

public function Repository::setRecords in Views OAI-PMH 8

File

src/Service/Repository.php, line 206

Class

Repository

Namespace

Drupal\views_oai_pmh\Service

Code

public function setRecords(array $records) {
  $this->records = $records;
}