You are here

public function IndexRecord::setField in Views Natural Sort 8.2

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

File

src/IndexRecord.php, line 37

Class

IndexRecord

Namespace

Drupal\views_natural_sort

Code

public function setField($field) {
  $this->field = $field;
  $this
    ->generateType();
}