public function Repository::setTotalRecords in Views OAI-PMH 8
File
- src/
Service/ Repository.php, line 221
Class
Namespace
Drupal\views_oai_pmh\ServiceCode
public function setTotalRecords(int $total) {
$this->totalRecords = $total;
}
public function setTotalRecords(int $total) {
$this->totalRecords = $total;
}