You are here

public function IndexRecord::getType in Views Natural Sort 8.2

File

src/IndexRecord.php, line 72

Class

IndexRecord

Namespace

Drupal\views_natural_sort

Code

public function getType() {
  return $this->type;
}