public function Repository::setRecords in Views OAI-PMH 8
File
- src/
Service/ Repository.php, line 206
Class
Namespace
Drupal\views_oai_pmh\ServiceCode
public function setRecords(array $records) {
$this->records = $records;
}
public function setRecords(array $records) {
$this->records = $records;
}