You are here

public function Natural::isNaturalSort in Views Natural Sort 8.2

Determines if this query is natural sort.

Return value

bool True if natural sort, False otherwise.

1 call to Natural::isNaturalSort()
Natural::query in src/Plugin/views/sort/Natural.php
Called to add the sort to a query.

File

src/Plugin/views/sort/Natural.php, line 119

Class

Natural
Sort plugin used to allow Natural Sorting.

Namespace

Drupal\views_natural_sort\Plugin\views\sort

Code

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