You are here

public function IndexRecord::setTransformations in Views Natural Sort 8.2

File

src/IndexRecord.php, line 56

Class

IndexRecord

Namespace

Drupal\views_natural_sort

Code

public function setTransformations(array $transformations) {
  $this->transformations = $transformations;
}