You are here

public function EntityCollection::setTotalCount in JSON:API 8

File

src/Resource/EntityCollection.php, line 82

Class

EntityCollection
Wrapper to normalize collections with multiple entities.

Namespace

Drupal\jsonapi\Resource

Code

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