You are here

public function IndexRecord::setContent in Views Natural Sort 8.2

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

File

src/IndexRecord.php, line 50

Class

IndexRecord

Namespace

Drupal\views_natural_sort

Code

public function setContent($string) {
  $this->content = $string;
}