You are here

public function Data::setTotalCount in JSON:API 8.2

File

src/JsonApiResource/Data.php, line 96

Class

Data
Represents the `data` and `included` objects of a top-level object.

Namespace

Drupal\jsonapi\JsonApiResource

Code

public function setTotalCount($count) {
  $this->count = $count;
}