You are here

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

File

src/Service/Repository.php, line 221

Class

Repository

Namespace

Drupal\views_oai_pmh\Service

Code

public function setTotalRecords(int $total) {
  $this->totalRecords = $total;
}