You are here

public function IndexRecord::setDelta in Views Natural Sort 8.2

1 call to IndexRecord::setDelta()
IndexRecord::__construct in src/IndexRecord.php

File

src/IndexRecord.php, line 44

Class

IndexRecord

Namespace

Drupal\views_natural_sort

Code

public function setDelta($delta) {
  $this->delta = $delta;
}