You are here

public function IndexRecord::getEntityType in Views Natural Sort 8.2

File

src/IndexRecord.php, line 34

Class

IndexRecord

Namespace

Drupal\views_natural_sort

Code

public function getEntityType() {
  return $this->entityType;
}